File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,25 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 3.0.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.1 ) - 2022-11-03
17+
18+ ### Added
19+
1220- Support for Python 3.11
1321
1422### Changed
1523
24+ - Allow decoders to override conversion of types derived from primitive types
25+
1626### Fixed
1727
1828- Fixed objects leaking when Python attached event handlers to them even if they were later removed
1929- Fixed ` PyInt ` conversion to ` BigInteger ` and ` System.String ` produced incorrect result for values between 128 and 255.
30+ - Fixed implementing a generic interface with a Python class
2031
2132
2233## [ 3.0.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0 ) - 2022-09-29
Original file line number Diff line number Diff line change 1- 3.1.0-dev
1+ 3.0.1
You can’t perform that action at this time.
0 commit comments