From 0cae6984e0da45639881d3b26442d525b8b65406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 14 Feb 2022 12:28:08 +0100 Subject: [PATCH] Prepare v1.4.0 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e1a0c..2b0d80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.4.0 (2022-02-14) + +* Feature: Windows support, improve package path detection, and retry rename to fix slow network drives. + (#129 and #130 by @clue) + +* Feature / Fix: Escape binary path when executing system binaries (git, php, composer). + (#128 by @clue) + +* Drop legacy HHVM support due to lack of support. + (#127 by @clue) + ## 1.3.0 (2021-12-29) * Feature: Support Symfony 6 and PHP 8.1 release.