Skip to content

Commit 0838cc7

Browse files
authored
Update CHANGELOG.md
1 parent 65fb0c1 commit 0838cc7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
## [2.1.15] - 27-06-2024
6+
### Fixed
7+
- `icu` - add support for nested icu parameters. key format example: `Hello, {numPersons, plural, =0 {No one.} =1 {Mr. {personName}} other {# persons}}`
8+
49
## [2.1.4] - 29-01-2023
510
### Added
611
- `icu` - add support for icu format. key format example: ` {numPersons, plural, =0 {no persons} =1 {one person} other {# persons}}`
7-
8-
## [2.1.15] - 27-06-2024
9-
### Added
10-
- `icu` - add support for nested icu parameters. key format example: `Hello, {numPersons, plural, =0 {No one.} =1 {Mr. {personName}} other {# persons}}`
12+
1113

0 commit comments

Comments
 (0)