Skip to content

Commit a5ef59d

Browse files
committed
Release 2.39.1
1 parent 017043b commit a5ef59d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.39.1
6+
7+
This is the changelog for Cldr v2.39.1 released on June 11th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)
8+
9+
### Bug Fixes
10+
11+
* Fix `Cldr.Kino.DataTable.format/2` to reflect the changes requested by the Kino team. See the [PR](https://github.com/livebook-dev/kino/pull/441) for further information.
12+
513
## Cldr v2.39.0
614

715
This is the changelog for Cldr v2.39.0 released on June 11th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)

livebook/kino_data_table_formatting.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ data = [
6060
}
6161
]
6262

63-
Kino.DataTable.new(data, formatter: &Cldr.Kino.DataTable.value_to_string/2)
63+
Kino.DataTable.new(data, formatter: &Cldr.Kino.DataTable.format/2)
6464
```

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.39.0"
4+
@version "2.39.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)