File tree 2 files changed +12
-1
lines changed
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][].
9
9
10
10
### Added
11
11
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
+
12
20
- Support for Python 3.11
13
21
14
22
### Changed
15
23
24
+ - Allow decoders to override conversion of types derived from primitive types
25
+
16
26
### Fixed
17
27
18
28
- Fixed objects leaking when Python attached event handlers to them even if they were later removed
19
29
- 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
20
31
21
32
22
33
## [ 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