From be1a502823ab127dde74b63fe9584ff552435523 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 23 Nov 2015 16:08:22 +1300 Subject: [PATCH] Add 2.3.0 changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index e4ca121..f0cd29b 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.3.0] + +* Allow injection on date +* Added standard code of conduct +* Converted to PSR-2 +* Update translations +* BUG Fix regression in [#312](https://github.com/silverstripe/silverstripe-blog/pull/312) in PHP 5.3 + ## [2.2.0] * Changelog added.