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