Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e28dd80

Browse files
committed
Release 3.0.1
1 parent cfe1585 commit e28dd80

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff 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

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0-dev
1+
3.0.1

0 commit comments

Comments
 (0)