From a153e8338dc64dceb2539f0d8e36bde2a48d4ca4 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sun, 21 Aug 2022 21:33:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdcee9b1..f720297df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] + +## [0.16.1] - 2022-08-21 ### Changed - Changed usage of `utf8_decode()` function in favour of `mb_convert_encoding()` [#2376](https://github.com/zephir-lang/zephir/issues/2376) @@ -578,6 +580,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). [Unreleased]: https://github.com/zephir-lang/zephir/compare/0.16.0...HEAD +[0.16.1]: https://github.com/zephir-lang/zephir/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/zephir-lang/zephir/compare/0.15.2...0.16.0 [0.15.2]: https://github.com/zephir-lang/zephir/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/zephir-lang/zephir/compare/0.15.0...0.15.1