File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1414### Fixed
1515
1616
17- ## [ 3.0.0] [ ] - 2022-09-29
17+ ## [ 3.0.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0 ) - 2022-09-29
1818
1919### Added
2020
@@ -143,7 +143,24 @@ There is no need to specify it.
143143- support for .NET Framework 4.0-4.6; Mono before 5.4. Python.NET now requires .NET Standard 2.0
144144(see [ the matrix] ( https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support ) )
145145
146- ## [ 2.5.0] [ ] - 2020-06-14
146+ ## [ 2.5.2] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.2 ) - 2021-02-05
147+
148+ Bugfix release.
149+
150+ ### Fixed
151+ - Fix ` object[] ` parameters taking precedence when should not in overload resolution
152+ - Empty parameter names (as can be generated from F#) do not cause crashes
153+
154+ ## [ 2.5.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.1 ) - 2020-06-18
155+
156+ Bugfix release.
157+
158+ ### Fixed
159+
160+ - Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
161+ - Fix incorrect dereference in params array handling
162+
163+ ## [ 2.5.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.0 ) - 2020-06-14
147164
148165This version improves performance on benchmarks significantly compared to 2.3.
149166
You can’t perform that action at this time.
0 commit comments