From 088f5e851d20e5466373393e360b424bd2025844 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 20 Oct 2014 11:07:02 +0200 Subject: [PATCH] Correct mistakes in CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b2c90bc..c690f6f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,12 +2,12 @@ Poodinis Changelog ================== **Version 0.1.4** * Make Poodinis compatible with D 2.066.0 and DUB 0.9.22 -* FIX incorrect clearing of registrations +* 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 +* ADD global autowire function for convenience * CHANGE workaround to be more simple * FIX autowiring classes which contain non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired.