diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b46289e..0fc35207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - #176: Add Docker container for Easy!Appointments development. - #362: Add Arabic language translation. - #395: Add aggregates GET parameter in the appointments REST API resource. +- #397: Allow PHP v7.1 compatibility. +- #398: Send ICS files with customer/provider email confirmations. +- #399: Integrate cache busting for assets into the app. +- #402: Create simple "update" page. ### Changed - #276: Update FullCalendar dependency. - #394: Corrections in the Bootstrap classes in view files. +- #401: Replace loading spinner graphic with a newer one. +- #403: All calendars will start with Sunday as the first day. + ### Fixed @@ -33,6 +40,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - #342: Email notifications must honor the date format value. - #370: AJAX Error: SyntaxError: Unexpected token < in JSON at position 0 +### + +- #400: Remove jscrollpane dependency. + ### Deprecated - The availabilities generation and AJAX endpoints will change with a future release.