From 8f7d625f7b87ecad321b648f0e9a2c4262aed262 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 21 Nov 2021 18:15:12 +0545 Subject: [PATCH] Insert 1.1.5 changelog that has gone missing https://github.com/thephpleague/flysystem/compare/1.1.4...1.1.5 has this changelog for 1.1.5 but somehow it went missing from the 1.x branch. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eb83ac1..4c4d6d0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - [FTP] Listing contents required escaping for special characters (caused missing contents and failure of directory deletes) +## 1.1.5 - 2021-08-17 + +### Fixed + +* [FTP] Do not fail when setting a connection to UTF-8 when it is already on UTF-8. + ## 1.1.4 - 2021-05-22 ### Fixed