From 3e4ec22004c128dc643fde7c1ce98f1aa6f58262 Mon Sep 17 00:00:00 2001
From: Carsten Brandt <mail@cebe.cc>
Date: Wed, 4 Jun 2014 14:33:07 +0200
Subject: [PATCH] update changelog

[ci skip]
---
 extensions/elasticsearch/CHANGELOG.md | 1 +
 extensions/mongodb/CHANGELOG.md       | 1 +
 extensions/redis/CHANGELOG.md         | 2 +-
 extensions/sphinx/CHANGELOG.md        | 1 +
 framework/CHANGELOG.md                | 2 +-
 5 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/extensions/elasticsearch/CHANGELOG.md b/extensions/elasticsearch/CHANGELOG.md
index 92595c4..ceaa33f 100644
--- a/extensions/elasticsearch/CHANGELOG.md
+++ b/extensions/elasticsearch/CHANGELOG.md
@@ -7,6 +7,7 @@ Yii Framework 2 elasticsearch extension Change Log
 - Chg: asArray in ActiveQuery is now equal to using the normal Query. This means, that the output structure has changed and `with` is supported anymore. (cebe)
 - Chg: Deletion of a record is now also considered successful if the record did not exist. (cebe)
 - Chg: Requirement changes: Yii now requires elasticsearch version 1.0 or higher (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)
 
 
diff --git a/extensions/mongodb/CHANGELOG.md b/extensions/mongodb/CHANGELOG.md
index 0d1b697..f018c23 100644
--- a/extensions/mongodb/CHANGELOG.md
+++ b/extensions/mongodb/CHANGELOG.md
@@ -5,6 +5,7 @@ Yii Framework 2 mongodb extension Change Log
 --------------------------
 
 - Bug #3385: Fixed "The 'connected' property is deprecated" (samdark)
+- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
 
 
 2.0.0-beta April 13, 2014
diff --git a/extensions/redis/CHANGELOG.md b/extensions/redis/CHANGELOG.md
index 6eefd67..626cb99 100644
--- a/extensions/redis/CHANGELOG.md
+++ b/extensions/redis/CHANGELOG.md
@@ -4,7 +4,7 @@ Yii Framework 2 redis extension Change Log
 2.0.0-rc under development
 --------------------------
 
-- no changes in this release.
+- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
 
 
 2.0.0-beta April 13, 2014
diff --git a/extensions/sphinx/CHANGELOG.md b/extensions/sphinx/CHANGELOG.md
index 78a4446..9ed8ad2 100644
--- a/extensions/sphinx/CHANGELOG.md
+++ b/extensions/sphinx/CHANGELOG.md
@@ -6,6 +6,7 @@ Yii Framework 2 sphinx extension Change Log
 
 - Bug #3668: Escaping of the special characters at 'MATCH' statement added (klimov-paul)
 - Enh: Added support for using sub-queries when building a DB query with `IN` condition (qiangxue)
+- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
 
 
 2.0.0-beta April 13, 2014
diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md
index d1b5549..dd8052c 100644
--- a/framework/CHANGELOG.md
+++ b/framework/CHANGELOG.md
@@ -62,7 +62,7 @@ Yii Framework 2 Change Log
 - Enh #3380: Allow `value` in `defaultValueValidator` to be a closure (Alex-Code)
 - Enh #3472: Added configurable option to encode spaces in dropDownLists and listBoxes (kartik-v)
 - Enh #3518: `yii\helpers\Html::encode()` now replaces invalid code sequences with "�" (DaSourcerer)
-- Enh #3520 Added Unlink all relationship in current model (NmDimas)
+- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
 - Enh #3521: Added `yii\filters\HttpCache::sessionCacheLimiter` (qiangxue)
 - Enh #3542: Removed requirement to specify `extensions` in application config (samdark)
 - Enh #3562: Adding rotateByCopy to yii\log\FileTarget (pawzar)
--
libgit2 0.27.1