CHANGELOG.md
# Changelog
## Cldr_Strftime v1.0.1
This is the changelog for Cldr_Strftime v1.0.1 released on September 30th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_strftime/tags)
### Bug Fixes
* Fixes code ambiguity by wrapping parens. Thanks to @rubas for the report. Closes #2.
## Cldr_Strftime v1.0.0
This is the changelog for Cldr_Strftime v1.0.0 released on December 1st, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_strftime/tags)
### Enhancements
* Bump to version 1.0.0 since the API has been stable for over a year
* Update requirement for CLDR40-based releases of `ex_cldr` to remove deprecation warnings. Thanks to @zenbaku for the PR.
## Cldr_Strftime v0.2.0
This is the changelog for Cldr_Strftime v0.2.0 released on March 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_strftime/tags)
### Enhancements
* Update documentation and benchmarks
## Cldr_Strftime v0.1.0
This is the changelog for Cldr_Strftime v0.1.0 released on November 29th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_strftime/tags)
### Enhancements
* Initial release