Correct mistakes in CHANGES.md

This commit is contained in:
Mike Bierlee 2014-10-20 11:07:02 +02:00
parent e0436438af
commit 088f5e851d

View file

@ -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.