diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index f5de987c08..d7a347baf0 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/Fable.Core/CHANGELOG.md b/src/Fable.Core/CHANGELOG.md index 7b7568f8d4..dafc51e774 100644 --- a/src/Fable.Core/CHANGELOG.md +++ b/src/Fable.Core/CHANGELOG.md @@ -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`