X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=CHANGELOG.md;h=dda1f9fce02bd67a11ce52dc3d779590cb43f78a;hp=ef31dc36c5b0c675a95b99d5b2b93269019c3672;hb=3a4f177092dec08373761f535e47bdd7a371d52a;hpb=7c368b4543fee77dd137b0cd20b5db277b3b5309 diff --git a/CHANGELOG.md b/CHANGELOG.md index ef31dc3..dda1f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)