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][].
13
13
14
14
### Fixed
15
15
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
18
17
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
21
25
22
26
## [ 3.0.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.1 ) - 2022-11-03
23
27
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