mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Update changelog for 2.2.0
This commit is contained in:
parent
cdd06fc375
commit
b9440061ec
10
changelog.md
10
changelog.md
@ -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/).
|
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]
|
## [2.1.1]
|
||||||
|
|
||||||
* Converted to PSR-2
|
* Converted to PSR-2
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.1.x-dev"
|
"dev-master": "2.2.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
Loading…
Reference in New Issue
Block a user