From 41313a3ea7c78b2d766017f50ea169b3195d6628 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 4 Feb 2022 17:06:26 +0000 Subject: [PATCH] Changelog update - v3.0.0 --- CHANGELOG.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342516d..fd8286e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,23 @@ # easy-i18n Changelog ## [Unreleased] -### BREAKING CHANGES -- The local file structure of your translation files must be configured in the settings menu -### Added -- Modularization supports namespace or locale module -- Full namespace / locale module support for all file types -- Support for object and array elements inside json arrays -- IDE integrated error report functionality +## [3.0.0] +### BREAKING CHANGES +- The local file structure of your translation files must be configured in the settings menu -### Changed -- Improve exception handling on IO operations -- Update dependencies +### Added +- Modularization supports namespace or locale module +- Full namespace / locale module support for all file types +- Support for object and array elements inside json arrays +- IDE integrated error report functionality -### Fixed -- Character unescaping for '.properties' files +### Changed +- Improve exception handling on IO operations +- Update dependencies + +### Fixed +- Character unescaping for '.properties' files - Exception on json files without any content ## [2.0.0]