Skip to content

Commit

Permalink
More changelog for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Oct 30, 2023
1 parent 3ab7d52 commit d0edbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Python] Use `Any` type for all non-repeated generic arguments (by @dbrattli)
- [Python] Don't generate unnecessary type type-vars if generic type is replaced by `Any` (by @dbrattli)
- [Python] Generate new style `_T | None` instead of `Optional[_T]` (by @dbrattli)

### Fixed

Expand Down

0 comments on commit d0edbce

Please sign in to comment.