From d58db5cba9e2d2c2274a89f9a6586144ecfa6984 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" <51850998+paulbalandan@users.noreply.github.com> Date: Sun, 5 Jun 2022 00:10:32 +0800 Subject: [PATCH] Prepare changelog for v4.2.0 (#306) --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfd099e..615273c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ All notable changes to this library 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). +## [v4.2.0](https://github.com/codeigniter4/translations/compare/v4.1.6...v4.2.0) - 2022-06-04 + +### Added + +- bs (Bosnian) +- hu (Hungarian) +- Added automatic review tests + +### Changed + +- Minimum PHP version bump to PHP 7.4 + +### Changed locales (except for `Validation.valid_url_strict` string) + +- de (German) +- id (Indonesian) +- ja (Japanese) +- ko (Korean) +- sv-SE (Swedish-Sweden) +- pt-BR (Brazilian) + +### Changed locales for `Validation.valid_url_strict` string + +- all locales + +### Fixed + +- Fixed `Simple Chinese` to `Simplified Chinese` + ## [v4.1.6](https://github.com/codeigniter4/translations/compare/v4.1.5...v4.1.6) - 2022-01-05 ### Added