## What's Changed

### Bug Fixes

  - **Canadian and UK holidays landed on the wrong dates.** When a holiday fell on
    a weekend, it was being moved to the *Friday before* instead of forward to the
    next free weekday. The most visible symptom: Boxing Day showing on Christmas
    Day. Canadian and UK holidays now follow their own rules rather than the US
    one, so each weekend holiday moves forward to the next weekday nobody else has
    taken.

  - **Two related date problems came out of the same fix.** New Year's Day could
    render as an invalid date in some years, and two holidays could occasionally
    claim the same day. Both are fixed, and the dates were checked against the
    official published lists across 2021 to 2032.

  - **Calendars that already had the wrong dates now fix themselves.** Previously
    you had to switch a holiday calendar off and back on to pick up the
    corrections. PearCal now tidies these up on its own when you open the app.
    Reminders you set on a holiday move with it, and any holiday you deleted on
    purpose stays deleted.


