Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0195e20

Browse files
committed
Add AUTHORS and CHANGELOG entry
1 parent fb186e9 commit 0195e20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- Sam Winstanley ([@swinstanley](https://github.com/swinstanley))
4343
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
4444
- Serge Weinstock ([@sweinst](https://github.com/sweinst))
45+
- Simon Mourier ([@smourier](https://github.com/smourier))
4546
- Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
4647
- Ville M. Vainio ([@vivainio](https://github.com/vivainio))
4748
- Virgil Dupras ([@hsoft](https://github.com/hsoft))

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
4141
- Fixed errors breaking .NET Remoting on method invoke ([#276][i276])
4242
- Fixed PyObject.GetHashCode ([#676][i676])
4343
- Fix memory leaks due to spurious handle incrementation ([#691][i691])
44+
- Fix inheritance of non-abstract base methods ([#755][i755])
4445

4546

4647
## [2.3.0][] - 2017-03-11
@@ -691,3 +692,4 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
691692
[p625]: https://github.com/pythonnet/pythonnet/pull/625
692693
[i131]: https://github.com/pythonnet/pythonnet/issues/131
693694
[p531]: https://github.com/pythonnet/pythonnet/pull/531
695+
[i755]: https://github.com/pythonnet/pythonnet/pull/755

0 commit comments

Comments
 (0)