Skip to content

Commit a0e2dbe

Browse files
committed
Update version and changelog
1 parent f20dc00 commit a0e2dbe

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 `ex_cldr` version 2.39.0 and later are supported on Elixir 1.12 and later only.**
44

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+
513
## Cldr v2.41.0
614

715
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)

mix.exs

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

4-
@version "2.41.0"
4+
@version "2.41.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)