From 8ea390fb78884fcbf764ae4cb0bb7a13afa9576c Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 10 Dec 2021 16:26:29 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0bf43..abfc89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.0] - 2021-12-10 + +### Changed + +- Fixed values defaulting to empty string instead of null (thanks to [@JoshMoreno](https://github.com/JoshMoreno)) +- Fixed arabic language keys being invalid (thanks to [@SeyamMs](https://github.com/SeyamMs)) +- Refactored and improved casting logic (thanks to [@JoshMoreno](https://github.com/JoshMoreno)) +- Fixed issue with null values being casted (thanks to [@JoshMoreno](https://github.com/JoshMoreno)) +- Updated packages + ## [3.2.3] - 2021-09-02 ### Added