File tree 1 file changed +19
-2
lines changed
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][].
14
14
### Fixed
15
15
16
16
17
- ## [ 3.0.0] [ ] - 2022-09-29
17
+ ## [ 3.0.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0 ) - 2022-09-29
18
18
19
19
### Added
20
20
@@ -143,7 +143,24 @@ There is no need to specify it.
143
143
- support for .NET Framework 4.0-4.6; Mono before 5.4. Python.NET now requires .NET Standard 2.0
144
144
(see [ the matrix] ( https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support ) )
145
145
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
147
164
148
165
This version improves performance on benchmarks significantly compared to 2.3.
149
166
You can’t perform that action at this time.
0 commit comments