From 829380753049727df98689aff15bf4df5e53f040 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 19 Jul 2016 01:04:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cd85ff4..6cfc464fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +### [1.2.0] - 2016-07-19 + + * Security: Fixed [httpoxy](https://httpoxy.org/) vulnerability + * Fixed `home` command to avoid rogue output on unix + * Fixed output of git clones to clearly state when clones are from cache + * (from 1.2 RC) Fixed ext-network-ipv6 to be php-ipv6 + ### [1.2.0-RC] - 2016-07-04 * Added caching of git repositories if you have git 2.3+ installed. Repositories will now be cached once and then cloned from local cache so subsequent installs should be faster * Added detection of HEAD changes to the `status` command. If you `git checkout X` in a vendor directory for example it will tell you that it is not at the version that was installed - * Added a virtual `ext-network-ipv6` extension to require PHP compiled with IPv6 support + * Added a virtual `php-ipv6` extension to require PHP compiled with IPv6 support * Added `--no-suggest` to `install` and `update` commands to skip output of suggestions at the end * Added `--type` to the `search` command to restrict to a given package type * Added fossil support as alternative to git/svn/.. for package downloads @@ -421,6 +428,7 @@ * Initial release +[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 [1.1.2]: https://github.com/composer/composer/compare/1.1.1...1.1.2