From ad6e97dacba48ed198b284a70d635932c24732aa Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 4 Feb 2016 16:51:53 +1300 Subject: [PATCH] Add changelog for 2.0.3 release --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 8a8b94e..7c7ce39 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.3] + +* Fix validateField method on EditableSpamProtectionField to use correct error message +* Converted to PSR-2 +* Added standard Scrutinizer config +* Added standard code of conduct +* Added standard editor config +* Added standard Travis config +* Added standard license +* Added license to composer.json +* Added standard git attributes + ## [2.0.2] * Changelog added.