diff --git a/CHANGESLOG.md b/CHANGESLOG.md index bd90350..9130592 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -5,10 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 1.1.4 - 2024-04-21 +## Fixed +- [issue 11](https://github.com/adinan-cenci/psr-7/issues/11): Fixed an error in `ServerRequest::get()`, `::cookie()` and `::server()`. + +-- + ## 1.1.3 - 2023-09-09 ### Fixed - [issue 9](https://github.com/adinan-cenci/psr-7/issues/9): Fixed an error in `UploadedFile::moveTo()`. +-- + ## 1.1.2 - 2023-08-02 ### Fixed - [issue 3](https://github.com/adinan-cenci/psr-7/issues/3): `Stream::read($length)` will not return the specified length.