Skip to content

Commit d866e33

Browse files
committed
updated AUTHORS and CHANGELOG
1 parent 3edad62 commit d866e33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
4444
- Serge Weinstock ([@sweinst](https://github.com/sweinst))
4545
- Simon Mourier ([@smourier](https://github.com/smourier))
46+
- Victor Milovanov ([@lostmsu](https://github.com/lostmsu))
4647
- Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
4748
- Ville M. Vainio ([@vivainio](https://github.com/vivainio))
4849
- Virgil Dupras ([@hsoft](https://github.com/hsoft))

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
2828

2929
- Reattach python exception traceback information (#545)
3030
- 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])
31+
- Refactored MethodBinder.Bind in preparation to make it extensible (#829)
3132

3233
### Fixed
3334

0 commit comments

Comments
 (0)