From 5152dd9f108f100d4a6677f5e558bb4cb2f1a116 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Mon, 5 Apr 2021 21:37:34 +0100 Subject: [PATCH] #828 - Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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