@@ -4,9 +4,24 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.0.5] - 2023-02-12
8+ ### Added
9+ - Allow reserved attrs to be renamed - @henkhogan
10+ - Support added for Python 3.11
11+ - Now verifying builds in Pypy 3.9 as well
12+ - Type annotations are now in the package - @louis-jaris
13+ ### Changed
14+ - Fix rename_fields for exc_info - @guilhermeferrari
15+ - Cleaned up test file for PEP8 - @lopagela
16+ - Cleaned up old Python 2 artifacts - @louis-jaris
17+ - Dropped Python 3.5 support - @idomozes
18+ - Moved type check via tox into 3.11 run only
19+ - Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)
20+
721## [ 2.0.4] - 2022-07-11
822### Changed
923- Fix too strict regex for percentage style logging - @aberres
24+ -
1025
1126## [ 2.0.3] - 2022-07-08
1227### Added
@@ -50,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5065- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
5166
5267
53- [ 2.0.4 ] : https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.4
68+ [ 2.0.5 ] : https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
69+ [ 2.0.4 ] : https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
5470[ 2.0.3 ] : https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
5571[ 2.0.2 ] : https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
5672[ 2.0.1 ] : https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
0 commit comments