🌐 AI搜索 & 代理 主页
Skip to content
Prev Previous commit
Next Next commit
mentioned collection mixins in changelog
  • Loading branch information
lostmsu committed Sep 22, 2021
commit a38849ea9f9b0b04c6fc3d215440ada0a222215e
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
- Improved exception handling:
- exceptions can now be converted with codecs
- `InnerException` and `__cause__` are propagated properly
- .NET collection types now implement standard Python collection interfaces from `collections.abc`.
See [Mixins/collections.py](src/runtime/Mixins/collections.py).
- .NET arrays implement Python buffer protocol


Expand Down