Skip to content

Commit e11327f

Browse files
committed
Update AUTHORS and CHANGELOG
1 parent 581a047 commit e11327f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Benoît Hudson ([@benoithudson](https://github.com/benoithudson))
2525
- Bradley Friedman ([@leith-bartrich](https://github.com/leith-bartrich))
2626
- Callum Noble ([@callumnoble](https://github.com/callumnoble))
27+
- Christabella Irwanto([@christabella](https://github.com/christabella))
2728
- Christian Heimes ([@tiran](https://github.com/tiran))
2829
- Christoph Gohlke ([@cgohlke](https://github.com/cgohlke))
2930
- Christopher Bremner ([@chrisjbremner](https://github.com/chrisjbremner))

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ details about the cause of the failure
4444
- Made it possible to call `ToString`, `GetHashCode`, and `GetType` on inteface objects
4545
- Fixed objects returned by enumerating `PyObject` being disposed too soon
4646
- Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException
47+
- Python operator method will call C# operator method when left operand is the bound type.
4748

4849
### Removed
4950

0 commit comments

Comments
 (0)