Skip to content

Commit 715b452

Browse files
committed
Fixed text for changelogs
1 parent 52f2d41 commit 715b452

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

src/Fable.Compiler/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)