This commit is contained in:
Carsten Brandt
2014-07-04 14:06:07 +02:00
parent 4e8e22da3c
commit d02bbd7c49

View File

@@ -5,6 +5,7 @@ Yii Framework 2 elasticsearch extension Change Log
--------------------------
- Bug #3587: Fixed an issue with storing empty records (cebe)
- Bug #4187: Elasticsearch dynamic scripting is disabled in 1.2.0, so do not use it in query builder (cebe)
- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
- Enh #3527: Added `highlight` property to Query and ActiveRecord. (Borales)
- Enh #4086: changedAttributes of afterSave Event now contain old values (dizews)