Add changelog for release

This commit is contained in:
scott1702 2015-11-19 14:46:50 +13:00
parent 40054288ca
commit b964cfb940
2 changed files with 16 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.0]
Changelog added.
* Changelog added.
## [3.0.1]
@ -19,3 +19,17 @@ Changelog added.
## [3.0.2]
* Fix Casting to integer to prevent potential SQL injection.
## [3.1.0]
* Add 3.0.3 changelog
* Update translations
* BUG Prevent subsequent write being triggered in onAfterWrite()
* MINOR: Fix for styling of step navigation
* MINOR: New email object for each recipient
* removed isCheckboxGroup check and replace
* Remove '[' and ']' from jQuery selector for checkbox groups
* ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
* adding some spaces for better readability
* Making requirements clearer
* Add 3.0.2 changelog

View File

@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
}
}