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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Changelog
2
2
3
-
## Cldr_Messages v0.14.2
3
+
## Cldr_Messages v1.0.0
4
4
5
-
This is the changelog for Cldr_Messages v0.14.2 released on October 5th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_messages/tags)
5
+
This is the changelog for Cldr_Messages v1.0.0 released on October 5th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_messages/tags)
6
+
7
+
Since the API is stable, this becomes the 1.0 release.
6
8
7
9
### Bug Fixes
8
10
9
-
* Fix `Cldr.Message.Print.to_strin/2` to force a deterministic order of `choice`s.
11
+
* Fix `Cldr.Message.Print.to_string/2` to force a deterministic order of `choice`s.
10
12
11
13
* Fix extracting variable bindings from `simple_format`. Thanks to @AlexisChavez97 for the report and the PR. Closes #16.
0 commit comments