From 8a5ae274bfd40ff0755e02667953c26df6a1c3b6 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 22 Feb 2017 11:49:57 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6587ea7d4..f77ed22d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ BUG FIXES: - command/package: Fix SecureRandom constant error [GH-8159] - core/bundler: Prevent pristine warning messages [GH-8191, GH-8190, GH-8147] - core/bundler: Fix local installations of pre-release plugins [GH-8252, GH-8253] + - core/bundler: Prefer user defined source when installing plugins [GH-8273, GH-8210] - core/environment: Prevent persisting original environment variable if name is empty [GH-8198, GH-8126] - core/environment: Fix gems_path location [GH-8248]