File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ project adheres to [Semantic Versioning][].
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
8
8
9
- ## Unreleased
9
+ ## [ 2.5.2] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.2 ) - 2021-02-05
10
+
11
+ Bugfix release.
10
12
11
13
### Fixed
12
14
- Fix ` object[] ` parameters taking precedence when should not in overload resolution
13
15
- Empty parameter names (as can be generated from F#) do not cause crashes
14
16
15
- ## [ 2.5.1] [ ] - 2020-06-18
17
+ ## [ 2.5.1] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.1 ) - 2020-06-18
16
18
17
19
Bugfix release.
18
20
@@ -21,7 +23,7 @@ Bugfix release.
21
23
- Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
22
24
- Fix incorrect dereference in params array handling
23
25
24
- ## [ 2.5.0] [ ] - 2020-06-14
26
+ ## [ 2.5.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.5.0 ) - 2020-06-14
25
27
26
28
This version improves performance on benchmarks significantly compared to 2.3.
27
29
@@ -73,7 +75,7 @@ This version improves performance on benchmarks significantly compared to 2.3.
73
75
- Fixed issue with params methods that are not passed an array.
74
76
- Use UTF8 to encode strings passed to ` PyRun_String ` on Python 3
75
77
76
- ## [ 2.4.0] [ ] - 2019-05-15
78
+ ## [ 2.4.0] ( https://github.com/pythonnet/pythonnet/releases/tag/v2.4.0 ) - 2019-05-15
77
79
78
80
### Added
79
81
You can’t perform that action at this time.
0 commit comments