Merge pull request #24 from scott1702/master

Add changelog
This commit is contained in:
Damian Mooyman 2015-11-19 14:39:49 +13:00
commit a75429913c
2 changed files with 17 additions and 0 deletions

10
changelog.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.4]
* Changelog added.
* Include 3.2 and php 5.6 in tests

View File

@ -16,5 +16,12 @@
"require":
{
"silverstripe/framework": "3.*"
},
"extra":
{
"branch-alias":
{
"dev-master": "1.0.x-dev"
}
}
}