You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
**Note that `ex_cldr` version 2.39.0 and later are supported on Elixir 1.12 and later only.**
4
4
5
+
## Cldr v2.41.1
6
+
7
+
This is the changelog for Cldr v2.41.1 released on March 22nd, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)
8
+
9
+
### Bug Fixes
10
+
11
+
* Changes compile-time calls to `List.flatten/1` to be `Elixir.List.flatten/1` to help resolve unpredictable compile errors. Relates to #256.
12
+
5
13
## Cldr v2.41.0
6
14
7
15
This is the changelog for Cldr v2.41.0 released on March 18th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)
0 commit comments