Skip to content

Commit

Permalink
Elixir 1.11 or later only
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 7, 2023
1 parent 2db5463 commit 69d417d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is the changelog for Cldr v2.30.0 released on March 7th, 2023. For older c

* Fix formatting negative numbers when the currency symbol results in an alphabetic character next to the number. In these cases a special format `:currency_alpha_next_to_number` (or `:accounting_alpha_next_to_number`) is used. These formats are only available in CLDR42 or later and therefore `ex_cldr` version 2.35.0 or later is required.

* Specifies Elixir 1.11 or later in alignment with the requirements for `ex_cldr`.

### Enhancements

* Supports the `:default_currency_format` backend configuration option introduced in `ex_cldr` version 2.35.0.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Cldr.Numbers.Mixfile do
[
app: :ex_cldr_numbers,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
name: "Cldr Numbers",
description: description(),
source_url: "https://github.com/elixir-cldr/cldr_numbers",
Expand Down

0 comments on commit 69d417d

Please sign in to comment.