From 0ffa1db4893a1b02c1b7a35f33ea326543430eab Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 3 Nov 2016 15:16:48 +0100 Subject: [PATCH] Update changelog for 1.2.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c39c157..8b45cc6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.2.2] - 2016-11-03 + + * Fixed selection of packages based on stability to be independent from package repository order + * Fixed POST_DEPENDENCIES_SOLVING not containing some operations in edge cases + * Fixed issue handling GitLab URLs containing dots and other special characters + * Fixed issue on Windows when running composer at the root of a drive + * Minor fixes + ### [1.2.1] - 2016-09-12 * Fixed edge case issues with the static autoloader @@ -433,6 +441,8 @@ * Initial release +[1.2.2]: https://github.com/composer/composer/compare/1.2.1...1.2.2 +[1.2.1]: https://github.com/composer/composer/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/composer/composer/compare/1.2.0-RC...1.2.0 [1.2.0-RC]: https://github.com/composer/composer/compare/1.1.3...1.2.0-RC [1.1.3]: https://github.com/composer/composer/compare/1.1.2...1.1.3