Changelog for 2.4.0

This commit is contained in:
Damian Mooyman 2016-02-04 11:44:26 +13:00
parent 1fb4c58071
commit 9526e13e5c
2 changed files with 12 additions and 1 deletions

View File

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.4.0]
* Add BlogTagsCloudWidget
* Added code coverage and extra badges on the home page
* Changed blog page icon
* Change image field label back to “Featured Image”
* Rework documentation to have clear user guide and dev docs.
* Fix blog date filtering for additional database server types
* Tests now pass in Postgres on 3.1 and 3.2
* improved pagination for blog posts
## [2.3.0]
* Allow injection on date

View File

@ -17,7 +17,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.4.x-dev"
}
},
"license": "BSD-2-Clause",