Update changelog for 2.2.0

This commit is contained in:
Damian Mooyman 2016-05-18 17:20:00 +12:00
parent cdd06fc375
commit b9440061ec
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.0]
* FIX Indexes with custom index names that don't match the classname were breaking
* BUG Fix versioned writes where subtables have no fields key
* BUGFIX: Fixed issue where the $id variable would be overridden in sub sequent iterations of the derived fields loop
* adding stemming support
* BUG fix issues with search variants applying to more than one class
* API adding stemming support
* FIX: Fix initial dev/build on PDO Database.
## [2.1.1]
* Converted to PSR-2

View File

@ -19,7 +19,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
"dev-master": "2.2.x-dev"
}
},
"suggest": {