Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added note to changelog
  • Loading branch information
eirannejad committed Dec 30, 2022
commit 06d26069923213e70009fa6017621cbb3cdfe924
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].

### Added

- Added support for subclassing abstract classes ([#2055][p2055]).

### Changed

### Fixed
Expand Down Expand Up @@ -940,3 +942,4 @@ This version improves performance on benchmarks significantly compared to 2.3.
[i238]: https://github.com/pythonnet/pythonnet/issues/238
[i1481]: https://github.com/pythonnet/pythonnet/issues/1481
[i1672]: https://github.com/pythonnet/pythonnet/pull/1672
[p2055]: https://github.com/pythonnet/pythonnet/pull/2055