Skip to content

Commit

Permalink
Update the changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 18, 2023
1 parent 459f04b commit 91086ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

* Fix #3482: Revert removal of `Py.python` (by @dbrattli)

### Fixed

#### JavaScript
Expand Down Expand Up @@ -38,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Python

* Added `Async.StartChild` (by @dbrattli)
* Fix #3482: Revert removal of `Py.python` and `Py.expr_python` (by @dbrattli)

## 4.2.2 - 2023-10-14

Expand Down
6 changes: 6 additions & 0 deletions src/Fable.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added

#### Python

* Fix #3482: Revert removal of `Py.python` and `Py.expr_python` (by @dbrattli)

## 4.1.0

* Fix #3482: Remove `Py.python` and `Py.expr_python`
Expand Down

0 comments on commit 91086ad

Please sign in to comment.