Update changelog for 1.3.0

This commit is contained in:
Damian Mooyman 2016-05-19 11:53:13 +12:00
parent d80d0a83c2
commit d3563cebbc
2 changed files with 6 additions and 2 deletions

View File

@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.0]
* Addition of a readonly TagField for archived pages
## [1.2.2]
- Alias master as 1.2.x-dev
- Added standard Scrutinizer config
- Added standard Scrutinizer config
- Converted to PSR-2
- Added standard editor config
- Added standard Travis config

View File

@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "1.3.x-dev"
}
}
}