Skip to content

Commit

Permalink
mentioned event Add method crash fix in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Jul 1, 2024
1 parent dfb46a6 commit 772fa05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
### Fixed

- Fixed RecursionError for reverse operators on C# operable types from python. See #2240
- Fixed crash when .NET event has no `AddMethod`
- Fixed probing for assemblies in `sys.path` failing when a path in `sys.path` has invalid characters. See #2376

## [3.0.3](https://github.com/pythonnet/pythonnet/releases/tag/v3.0.3) - 2023-10-11
Expand Down

0 comments on commit 772fa05

Please sign in to comment.