Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed May 23, 2024
1 parent 67fbc64 commit 8b7035c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b7035c

Please sign in to comment.