Skip to content

Commit a7d3a90

Browse files
authored
Update changelog for 3.x (#657)
1 parent 4fabfb3 commit a7d3a90

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
This file follows [Keepachangelog](https://keepachangelog.com/) format.
44
Please add your entries according to this format.
55

6+
## Version 3.5.1 *(2021-07-19)*
7+
8+
### Fixed
9+
10+
* Fix crash on Android 12 due to missing immutability flags in deprecated error reporting feature [#653].
11+
12+
## Version 3.5.0 *(2021-06-29)*
13+
14+
Note: this release has issue with Android 12 support, so update to 3.5.1 is highly recommended.
15+
16+
### Added
17+
18+
* Android 12 support.
19+
20+
### Fixed
21+
22+
* Fix crash on Android 12 due to missing immutability flags [#593].
23+
* Fix not setting request body type correctly [#538].
24+
625
## Version 3.4.0 *(2020-11-05)*
726

827
### Added
@@ -465,4 +484,10 @@ Initial release.
465484
[#422]: https://github.com/ChuckerTeam/chucker/issues/422
466485
[#465]: https://github.com/ChuckerTeam/chucker/issues/465
467486
[#472]: https://github.com/ChuckerTeam/chucker/issues/472
468-
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
487+
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
488+
[#487]: https://github.com/ChuckerTeam/chucker/issues/487
489+
[#538]: https://github.com/ChuckerTeam/chucker/issues/538
490+
[#544]: https://github.com/ChuckerTeam/chucker/issues/544
491+
[#545]: https://github.com/ChuckerTeam/chucker/issues/545
492+
[#593]: https://github.com/ChuckerTeam/chucker/issues/593
493+
[#653]: https://github.com/ChuckerTeam/chucker/pull/653

0 commit comments

Comments
 (0)