Skip to content

Commit 979ce6d

Browse files
committed
Version 1.7.2
1 parent 9da12dc commit 979ce6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Note that as of Cldr Locale Display version 1.5.0, Elixir 1.12 or later is required.
44

5+
## Cldr Locale Display v1.7.2
6+
7+
This is the changelog for Cldr Locale Display v1.7.2 released on November 13th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_locale_display/tags)
8+
9+
### Bug Fixes
10+
11+
* Fixes `Cldr.LocaleDisplay.display_name/2` when the given language has no display name data. Thanks to @@cw789 for the PR. Closes #9.
12+
513
## Cldr Locale Display v1.7.1
614

715
This is the changelog for Cldr Locale Display v1.7.1 released on November 11th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_locale_display/tags)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Cldr.LocaleDisplay.MixProject do
22
use Mix.Project
33

4-
@version "1.7.1"
4+
@version "1.7.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)