From 15ff7b96d223c75b2515a06e93128fbc5ed5d1c4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 27 Jan 2017 18:22:22 +0100 Subject: [PATCH] Prep 1.3.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8126cf5b3..cf5e175e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.3.2] - 2017-01-27 + + * Added `COMPOSER_BINARY` env var that is defined within the scope of a Composer run automatically with the path to the phar file + * Fixed create-project ending in a detached HEAD when installing aliased packages + * Fixed composer show not returning non-zero exit code when the package does not exist + * Fixed `@composer` handling in scripts when --working-dir is used together with it + * Fixed private-GitLab handling of repos with dashes in them + ### [1.3.1] - 2017-01-07 * Fixed dist downloads from Bitbucket @@ -484,6 +492,7 @@ * Initial release +[1.3.2]: https://github.com/composer/composer/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/composer/composer/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/composer/composer/compare/1.3.0-RC...1.3.0 [1.3.0-RC]: https://github.com/composer/composer/compare/1.2.4...1.3.0-RC