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