diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b469d222..2bf1bb167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] ### Fixed - Fixed default value of nullable string parameter [#2180](https://github.com/zephir-lang/zephir/issues/2180) +- Fixed cast of `string` to `int` and `float` [#828](https://github.com/zephir-lang/zephir/issues/828) ## [0.13.1] - 2021-03-31 ### Added