Skip to content

Commit f882400

Browse files
committed
Update changelog and authors
1 parent f000e08 commit f882400

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
- William Sardar ([@williamsardar])(https://github.com/williamsardar)
5353
- Xavier Dupré ([@sdpython](https://github.com/sdpython))
5454
- Zane Purvis ([@zanedp](https://github.com/zanedp))
55+
- ([@amos402]https://github.com/amos402)
5556
- ([@bltribble](https://github.com/bltribble))
5657
- ([@civilx64](https://github.com/civilx64))
5758
- ([@GSPP](https://github.com/GSPP))

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
4242
- PythonEngine.Intialize will now call `Py_InitializeEx` with a default value of 0, so signals will not be configured by default on embedding. This is different from the previous behaviour, where `Py_Initialize` was called instead, which sets initSigs to 1. ([#449][i449])
4343
- Refactored MethodBinder.Bind in preparation to make it extensible (#829)
4444
- Look for installed Windows 10 sdk's during installation instead of relying on specific versions.
45+
- Remove `LoadLibrary` call. ([#880][p880])
4546

4647
### Fixed
4748

@@ -57,7 +58,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
5758
- Fixed conversion of 'float' and 'double' values ([#486][i486])
5859
- Fixed 'clrmethod' for python 2 ([#492][i492])
5960
- Fixed double calling of constructor when deriving from .NET class ([#495][i495])
60-
- Fixed `clr.GetClrType` when iterating over `System` members ([#607][p607])
61+
- Fixed `clr.GetClrType` when iterating over `System` members ([#607][p607])
6162
- Fixed `LockRecursionException` when loading assemblies ([#627][i627])
6263
- Fixed errors breaking .NET Remoting on method invoke ([#276][i276])
6364
- Fixed PyObject.GetHashCode ([#676][i676])

0 commit comments

Comments
 (0)