Skip to content

Commit c696904

Browse files
committed
mentioned collection mixins in changelog
1 parent 40e5893 commit c696904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1717
- Improved exception handling:
1818
- exceptions can now be converted with codecs
1919
- `InnerException` and `__cause__` are propagated properly
20+
- .NET collection types now implement standard Python collection interfaces from `collections.abc`.
21+
See [Mixins/collections.py](src/runtime/Mixins/collections.py).
2022
- .NET arrays implement Python buffer protocol
2123

2224

0 commit comments

Comments
 (0)