update changelog for release

This commit is contained in:
scott1702 2015-11-19 15:13:41 +13:00
parent 50661260c9
commit 2cad57d442
2 changed files with 10 additions and 0 deletions

View File

@ -7,4 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0]
* Changelog added.
* Added Scrutinizer support
* Add `ContentFilter.cache_lifetime` config to set the cache lifetime.
* Update alternate xml link tag to be W3 compliant
* Added CWP keyword

View File

@ -14,5 +14,12 @@
{
"silverstripe/framework": ">=3.1",
"silverstripe/cms": ">=3.1"
},
"extra":
{
"branch-alias":
{
"dev-master": "1.2.x-dev"
}
}
}