Skip to content

Cldr Calendars version 2.4.1

Choose a tag to compare

@kipcole9 kipcole9 released this 01 Jan 23:19
· 7 commits to main since this release

Bug Fixes

  • Fixes Cldr.Calendar.create_calendar/3 to be now serialised behind a GenServer. This fixes an issue where multiple processes could attempt to create the same new calendar (for example, via Cldr.Calendar.calendar_from_locale("en")) at the same time. Thanks to @tjchambers for the report. Closes #33.