Skip to content

Commit

Permalink
Update changelog for 3.x (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Jul 19, 2021
1 parent 4fabfb3 commit a7d3a90
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
This file follows [Keepachangelog](https://keepachangelog.com/) format.
Please add your entries according to this format.

## Version 3.5.1 *(2021-07-19)*

### Fixed

* Fix crash on Android 12 due to missing immutability flags in deprecated error reporting feature [#653].

## Version 3.5.0 *(2021-06-29)*

Note: this release has issue with Android 12 support, so update to 3.5.1 is highly recommended.

### Added

* Android 12 support.

### Fixed

* Fix crash on Android 12 due to missing immutability flags [#593].
* Fix not setting request body type correctly [#538].

## Version 3.4.0 *(2020-11-05)*

### Added
Expand Down Expand Up @@ -465,4 +484,10 @@ Initial release.
[#422]: https://github.com/ChuckerTeam/chucker/issues/422
[#465]: https://github.com/ChuckerTeam/chucker/issues/465
[#472]: https://github.com/ChuckerTeam/chucker/issues/472
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
[#487]: https://github.com/ChuckerTeam/chucker/issues/487
[#538]: https://github.com/ChuckerTeam/chucker/issues/538
[#544]: https://github.com/ChuckerTeam/chucker/issues/544
[#545]: https://github.com/ChuckerTeam/chucker/issues/545
[#593]: https://github.com/ChuckerTeam/chucker/issues/593
[#653]: https://github.com/ChuckerTeam/chucker/pull/653

0 comments on commit a7d3a90

Please sign in to comment.