update changelog
authorMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 09:45:49 +0000 (10:45 +0100)
committerMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 09:45:49 +0000 (10:45 +0100)
CHANGELOG.md

index ef31dc36c5b0c675a95b99d5b2b93269019c3672..dda1f9fce02bd67a11ce52dc3d779590cb43f78a 100644 (file)
@@ -1,5 +1,19 @@
 # ChangeLog v3
 
+## 3.2.4, TBR
+
+* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
+
+## 3.2.3, 2019-10-29
+
+* Fixed Windows build (Jan Ehrhardt)
+
+## 3.2.2, 2019-10-24
+
+* PHP-7.4 compatibility
+* Fixed gh-issue #92: http\Message\Body::addForm() discards numeric names
+* Fixed gh-issue #95: typo in http\Message::getResponseCode()'s error message
+
 ## 3.2.1, 2019-06-07
 
 * Fixed gh-issue #88: Unable to run test suite (Remi Collet)