From d7bbcd56460e01702714ba8c3249f58ca6bf84e1 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 5 Oct 2014 14:13:08 +0200 Subject: [PATCH] Prepare release 0.1.4 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ad54c3d..b2c90bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ Poodinis Changelog ================== +**Version 0.1.4** +* Make Poodinis compatible with D 2.066.0 and DUB 0.9.22 +* FIX incorrect clearing of registrations +This release should be backwards compatible with the previous versions of D and DUB, but please note that there are no more separate +configurations for release and debug builds. You have to specify a build type in DUB. + **Version 0.1.3** * ADD global autowire function for convinience * CHANGE workaround to be more simple