diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 310bd7015e..d49b25c50b 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added `Guid.TryParse`, `Guid.ToByteArray` (by @ncave) +#### Python + +* Fixed char to string type regression with binary operator (by @dbrattli) + ## 4.5.0 - 2023-11-07 ### Changed