File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212* [ Python] Add ` Array.skipWhile ` support (by @dbrattli )
13+ * [ Python] Allow ` IEnumerator_1 ` as base class to fix typing issues (by @dbrattli )
1314* [ Python] Add Pythonic import path syntax for relative imports (` .module ` , ` ..parent ` , ` ...grandparent ` ) (by @dbrattli )
1415* [ Python] Add ` [<Py.DecorateTemplate>] ` attribute for creating custom decorator attributes (by @dbrattli )
1516* [ Python] Add ` [<Py.ClassAttributesTemplate>] ` attribute for creating custom class attribute shortcuts (by @dbrattli )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212* [ Python] Add ` Array.skipWhile ` support (by @dbrattli )
13+ * [ Python] Allow ` IEnumerator_1 ` as base class to fix typing issues (by @dbrattli )
1314* [ Python] Add Pythonic import path syntax for relative imports (` .module ` , ` ..parent ` , ` ...grandparent ` ) (by @dbrattli )
1415* [ Python] Add ` [<Py.DecorateTemplate>] ` attribute for creating custom decorator attributes (by @dbrattli )
1516* [ Python] Add ` [<Py.ClassAttributesTemplate>] ` attribute for creating custom class attribute shortcuts (by @dbrattli )
You can’t perform that action at this time.
0 commit comments