Bug Fixes
Cldr.Calendar.Compiler.create_calendar/3now short-circuits when the calendar module is already loaded, bypassing the GenServer queue. This eliminates the serialisation contention that could cause concurrent callers to time out under load. Thanks to @tjchambers for the report. Closes #35