Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-zamir authored Jun 27, 2024
1 parent ca8cac8 commit 65fb0c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit 65fb0c1

Please sign in to comment.