From 384979662a26d7db6708f8efa12e2de7d6f9733d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 4 Feb 2016 11:59:12 +1300 Subject: [PATCH] Add changelog for 2.0.3 --- CHANGELOG.md => changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) rename CHANGELOG.md => changelog.md (53%) diff --git a/CHANGELOG.md b/changelog.md similarity index 53% rename from CHANGELOG.md rename to changelog.md index 1ab1055..3615d59 100644 --- a/CHANGELOG.md +++ b/changelog.md @@ -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.