From 6565c7e0db3231e92dd5ca3bed448b30fbc89eb1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 20 Mar 2022 13:51:08 +0000 Subject: [PATCH] Release 2.2.0 (#488) Co-authored-by: Tobias Nyholm --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbd1938..ad2073e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.2.0 - 2022-03-20 + +### Added + +- A more compressive list of mime types +- Add JsonSerializable to Uri +- Missing return types + +### Fixed + +- Bug MultipartStream no `uri` metadata +- Bug MultipartStream with filename for `data://` streams +- Fixed new line handling in MultipartStream +- Reduced RAM usage when copying streams +- Updated parsing in `Header::normalize()` + ## 2.1.1 - 2022-03-20 ### Fixed