Skip to content

Commit

Permalink
Release 4.2.1 (#479)
Browse files Browse the repository at this point in the history
* Release 4.2.1

* Update CHANGELOG.md
  • Loading branch information
staabm committed Dec 18, 2019
1 parent 2de7a4c commit 6d7476f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
ChangeLog
=========

4.2.1 (2019-12-18)
------------------

* #469, #451: fix compat with php 7.4
* #443: prevent running in indefinte loop
* #449: Preventing creating a component for a root document
* #450: Fix parse with option Forgiving with trailing equal
* #459: fixed typo in VCalendar which resulting in usage of the wrong TimeZone
* #462: Broker::parseEventForOrganizer copies DTSTAMP from $eventInfo that causes broken scheduling

4.2.0 (2019-02-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Expand Up @@ -14,5 +14,5 @@ class Version
/**
* Full version number.
*/
const VERSION = '4.2.0';
const VERSION = '4.2.1';
}

0 comments on commit 6d7476f

Please sign in to comment.