From 28f1498ec3697d6fb4569dd23a64ac4fff3b69ef Mon Sep 17 00:00:00 2001 From: ubertao Date: Wed, 12 Sep 2018 08:17:10 +0800 Subject: [PATCH] update CHANGELOG.md adding gzip fix for calendar module --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1765ba0..b12a493e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,6 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- -## [2.4.2] - -### Fixed - -- Fix gzip encoded calendar loading issue #1400. - ## [2.5.0] - Unreleased *This release is scheduled to be released on 2018-10-01.* @@ -26,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Support for showing end of events through config parameters showEnd and dateEndFormat ### Fixed +- Fixed gzip encoded calendar loading issue #1400. - Mixup between german and spanish translation for newsfeed. - Fixed close dates to be absolute, if no configured in the config.js - module Calendar - Fixed the UpdateNotification module message about new commits in the repository, so they can be correctly localized in singular and plural form.