From 91086adbe8bf01d47a002aa6b22888cbf390a3ed Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Wed, 18 Oct 2023 10:47:06 +0200 Subject: [PATCH] Update the changelogs --- src/Fable.Cli/CHANGELOG.md | 3 +-- src/Fable.Core/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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`