Fix typo in changelog

This commit is contained in:
Mike Bierlee 2014-07-13 17:40:46 +02:00
parent 5ddcff7dcd
commit 1ab6327cac

View file

@ -3,7 +3,7 @@ Poodinis Changelog
**Version 0.1.3** **Version 0.1.3**
* ADD global autowire function for convinience * ADD global autowire function for convinience
* CHANGE workaround to be more simple * CHANGE workaround to be more simple
* FIX autowiring classes which container non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired. * FIX autowiring classes which contain non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired.
**Version 0.1.2** **Version 0.1.2**
* ADD workaround for failing to autowire types registered by supertype or interface * ADD workaround for failing to autowire types registered by supertype or interface