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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
**Note that `ex_cldr_calendars` version 1.24.0 and later are supported on Elixir 1.12 and later only.**
4
4
5
+
## Cldr.Calendars v2.4.0
6
+
7
+
This is the changelog for Cldr Calendars v2.4.0 released on _____, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars/tags)
8
+
9
+
### Bug Fixes
10
+
11
+
### Enhancements
12
+
13
+
* Adds `use Cldr.Calendar.Julian, new_year_starting_month_and_day: {month_of_year, day_of_month}` to allow modelling Julian calendars that don't start on January 1st.
14
+
15
+
* Adds `Cldr.Calendar.convert/2` which converts either a date or a date range to another calendar.
16
+
5
17
## Cldr.Calendars v2.3.1
6
18
7
19
This is the changelog for Cldr Calendars v2.3.1 released on September 10th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars/tags)
0 commit comments