From 65fb0c13bab35fa5f142507195a4f9d9c9ce4410 Mon Sep 17 00:00:00 2001 From: Yuval Zamir <73066192+yuval-zamir@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:51:42 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb6c18..a6f7bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,8 @@ All notable changes to this project will be documented in this file. ## [2.1.4] - 29-01-2023 ### Added - `icu` - add support for icu format. key format example: ` {numPersons, plural, =0 {no persons} =1 {one person} other {# persons}}` + +## [2.1.15] - 27-06-2024 +### Added +- `icu` - add support for nested icu parameters. key format example: `Hello, {numPersons, plural, =0 {No one.} =1 {Mr. {personName}} other {# persons}}` +