From 8fcdf78466cb49a0c4439c22c65bb9143188434d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 6 Apr 2017 13:08:17 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6153a250..586f6ee48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: IMPROVEMENTS: + - core: Update internal dependencies [GH-8329, GH-8456] - core/bundler: Warn when plugin require fails instead of generating hard failure [GH-8400, GH-8392] - core/bundler: Error when configured plugin sources are unavailable [GH-8442] - provider/docker: Improve IP and port detection [GH-7840, GH-7651]