From c878b349b6f3a0e3674dde253541e86d8bb026d8 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Fri, 27 Jan 2023 13:54:51 +1100 Subject: [PATCH] Update changelog for 2.2.5 release --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b24c6d7..50db3957f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,23 +10,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +### Removed + +## [2.2.5] 2023-01-27 + +### Changed + +- Number pluralisation rules have been updated. The rules have now use CLDR version 42.0 (previously, 36.1) - Merged LanguageServer projects into the core YarnSpinner repository. - `NodeInfo.PreviewText` no longer removes comments from the preview. - Migrated tests from xUnit's `Assert` tests to [Fluent Assertions](https://fluentassertions.com). - Fixed an issue where pluralisation markup (i.e. the `plural` and `ordinal` tags) would not work correctly with country-specific locales (for example "en-AU"). -### Removed - ## [2.2.4] 2022-10-31 -### Added - ### Changed - The compiler will now produce more useful error messages when two or more nodes in a compilation share the same name. -### Removed - ## [2.2.3] 2022-08-28 ### Added