From 52cb97c0896bf986b4115b2f884fd8a8e921b8fa Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Fri, 12 Jun 2015 11:21:24 -0700 Subject: [PATCH] Update CHANGELOG with yanked 2.x releases --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6064131..4e9bdb3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +======= +##2015-06-02 - Supported Release 2.0.1 [YANKED] +###Summary + +This is a bugfix release. + +####Bugfixes +- Fixes dependency graphing with concurrent modification of the same file. +- Fixes handling fragment target. +- Fixes the defaulted force behavior to handle empty concats correctly. + +======= +##2015-05-12 - Supported Release 2.0.0 [YANKED] +###Summary + +This is a major release. Includes re-implementation of concat to use native Type and Providers, resulting in significantly improved performance and testability. Also includes a bugfix to alpha ordering of fragments. + +####Features +- Re-implementation of concat to use native Type and Providers. + +####Bugfixes +- Fixes a bug in alpha ordering of fragments. + +======= ##2015-06-02 - Supported Release 1.2.3 ###Summary