From 8b7035c51763245ab891503ea7a52f680c80ec1f Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Thu, 23 May 2024 15:54:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a36b..0d528bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Unreleased +## v0.12 (2024-05-23) + +### Fixes + +* Fix bug when calling fill_buf() when there are no remaining bytes ([#75](https://github.com/drogue-iot/reqwless/pull/75)) +* Handle no-content status code 204 ([#76](https://github.com/drogue-iot/reqwless/pull/76)) + +### Features +* Support accessing the response code as an integer ([#70](https://github.com/drogue-iot/reqwless/pull/70) / [#73](https://github.com/drogue-iot/reqwless/pull/73)) +* Buffer writes before chunks are written to connection ([#72](https://github.com/drogue-iot/reqwless/pull/72)) + ### Fixes ## v0.9.1 (2023-11-04)