Skip to content

Commit

Permalink
Reimplement using Cldr.Calendar.Behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 6, 2024
1 parent 7459438 commit 692a19f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 551 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

**Note that ex_cldr_calendars_persian is now supported on Elixir 1.12 and later**

## Cldr_Calendars_Persian v1.1.0

This is the changelog for ex_cldr_calendars_persian v1.1.01 released on July 6th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_persian/tags)

### Enhancements

* Re-implemented `Cldr.Calendar.Persian` using `use Cldr.Calendar.Behaviour`. The code is easier to understand and, as a byproduct, any new callbacks are generally automatically taken care of.

## Cldr_Calendars_Persian v1.0.1

This is the changelog for ex_cldr_calendars_persian v1.0.1 released on September 9th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_persian/tags)
Expand Down
Loading

0 comments on commit 692a19f

Please sign in to comment.