@@ -4,9 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
21
## [ 2.0.4] - 2022-07-11
8
22
### Changed
9
23
- Fix too strict regex for percentage style logging - @aberres
24
+ -
10
25
11
26
## [ 2.0.3] - 2022-07-08
12
27
### Added
@@ -50,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
65
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
51
66
52
67
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
54
70
[ 2.0.3 ] : https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
55
71
[ 2.0.2 ] : https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
56
72
[ 2.0.1 ] : https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
0 commit comments