Add changelog for 2.0.3

This commit is contained in:
Damian Mooyman 2016-02-04 11:59:12 +13:00
parent 7d07572994
commit 384979662a
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.0.3]
* Update documentation and configuration to supported module standard
* Increase test coverage from 54% to 92%
* Add cms as suggested module
* FIX: The AutoFormat.AutoParagraph injector of HTMLPurifier fails if the p tag is not allowed.
* FIX: Change creation of CreatedField to unchained as setName() method of DatetimeField is not chainable
## [2.0.2]
* Changelog added.