From c8b7c18d1f445468a025d31b450f3a047824aeaf Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Thu, 30 Mar 2017 22:29:22 +0200 Subject: [PATCH] Changelog 0.3.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce7466..470af04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 + + - configuration keys ("sources", "events") are not mandatory anymore (53c0dd7) + - calendar builder configuration is now optional (0b741b8) + - event sources, calendar events and converters can now be created by passing a classname (c655dae d94da67 b0b296b) + - fix converter instances cache (0a2d598) + - improved handling of services by internal container (4348960) + - added and updated some unit tests + - update vendor dependencies (54526b1) + - update documentation + ## 0.2.0 - add unit tests (codeception)