File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,15 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1313
1414### Fixed
1515
16- - Fixed error occuring when inheriting a class containing a virtual generic method.
17- - Make a second call to ` pythonnet.load ` a no-op, as it was intended.
16+ ## [ 3.0.2] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.2 ) - 2023-08-29
1817
19- - Added support for multiple inheritance when inheriting from a class and/or multiple interfaces.
20- - Fixed error occuring when calling ` GetBuffer ` for anything other than ` PyBUF.SIMPLE `
18+ ### Fixed
19+
20+ - Fixed error occuring when inheriting a class containing a virtual generic method
21+ - Make a second call to ` pythonnet.load ` a no-op, as it was intended
22+ - Added support for multiple inheritance when inheriting from a class and/or multiple interfaces
23+ - Fixed error occuring when calling ` GetBuffer ` for anything other than ` PyBUF.SIMPLE `
24+ - Bumped ` clr_loader ` dependency to incorporate patches
2125
2226## [ 3.0.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.1 ) - 2022-11-03
2327
Original file line number Diff line number Diff line change 1- 3.1.0-dev
1+ 3.0.2
You can’t perform that action at this time.
0 commit comments