File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ project adheres to [Semantic Versioning][].
66This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
77
88
9- ## Unreleased
9+ ## [ 2.5.2] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.2 ) - 2021-02-05
10+
11+ Bugfix release.
1012
1113### Fixed
1214- Fix ` object[] ` parameters taking precedence when should not in overload resolution
1315- Empty parameter names (as can be generated from F#) do not cause crashes
1416
15- ## [ 2.5.1] [ ] - 2020-06-18
17+ ## [ 2.5.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.1 ) - 2020-06-18
1618
1719Bugfix release.
1820
@@ -21,7 +23,7 @@ Bugfix release.
2123- Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
2224- Fix incorrect dereference in params array handling
2325
24- ## [ 2.5.0] [ ] - 2020-06-14
26+ ## [ 2.5.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.0 ) - 2020-06-14
2527
2628This version improves performance on benchmarks significantly compared to 2.3.
2729
@@ -73,7 +75,7 @@ This version improves performance on benchmarks significantly compared to 2.3.
7375- Fixed issue with params methods that are not passed an array.
7476- Use UTF8 to encode strings passed to ` PyRun_String ` on Python 3
7577
76- ## [ 2.4.0] [ ] - 2019-05-15
78+ ## [ 2.4.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.4.0 ) - 2019-05-15
7779
7880### Added
7981
You can’t perform that action at this time.
0 commit comments