Skip to content

Commit

Permalink
Update changelog and release
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 26, 2022
1 parent d7bd985 commit bb14cb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Cldr v2.32.1

This is the changelog for Cldr v2.32.1 released on July 26th, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)

### Bug Fixes

* Don't use `IO.warn/2` when compiling a backend and a known Gettext locale can't be matched to a Cldr locale. `IO.warn/2` will cause errors if the compilation setting `warnings_as_errors: true` is set. Instead, these messages will be output as a "note" that does not trigger warnings. In addition the error message has been improved to make clear that although the Gettext locale has no Cldr equivalent, it will still be matched at runtime. See the conversation at https://elixirforum.com/t/bridging-locale-name-differences-between-ex-cldr-gettext. Thanks to @lenards for the report.

## Cldr v2.32.0

This is the changelog for Cldr v2.32.0 released on July 23rd, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Mixfile do
use Mix.Project

@version "2.32.0"
@version "2.32.1"

def project do
[
Expand Down

0 comments on commit bb14cb7

Please sign in to comment.