Skip to content

Commit 4e5c7e8

Browse files
committed
Update changelog and version
1 parent 430e443 commit 4e5c7e8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Cldr Numbers v2.37.0
4+
5+
This is the changelog for Cldr v2.37.0 released on _______, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_numbers/tags)
6+
7+
### Enhancements
8+
9+
* Adds `:gender` and `:grammatical_case` options to `Cldr.Number.to_string/3`. When `:format` is an [RBNF]() rule name, these parameters are used to resolve an grammatical gender and grammatical case appropriate rule in the given locale, if one exists. The default falls back to gender only, then a rule without gender or grammatical case. Both options are indeed optional. Thanks to @tanguilp for the report and motivation. Closes #61.
10+
311
## Cldr Numbers v2.36.0
412

513
This is the changelog for Cldr v2.36.0 released on November 6th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_numbers/tags)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Cldr.Numbers.Mixfile do
33

44
use Mix.Project
55

6-
@version "2.36.0"
6+
@version "2.37.0-dev"
77

88
def project do
99
[

0 commit comments

Comments
 (0)