8000 Release 3.0.2 · spsforks/pythonnet-pythonnet@6a4e04c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a4e04c

Browse files
committed
Release 3.0.2
1 parent 639023a commit 6a4e04c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0-dev
1+
3.0.2

0 commit comments

Comments
 (0)
0