Commit 62c623a7 by Alexander Makarov

Adjusted changelog

parent e2e02c4b
......@@ -4,7 +4,7 @@ Yii Framework 2 mongodb extension Change Log
2.0.1 under development
-----------------------
- no changes in this release.
- Enh #3855: Added debug toolbar panel for MongoDB (klimov-paul)
2.0.0 October 12, 2014
......@@ -23,7 +23,6 @@ Yii Framework 2 mongodb extension Change Log
- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
- Enh #3778: Gii generator for Active Record model added (klimov-paul)
- Enh #3947: Migration support added (klimov-paul)
- Enh #3855: Enh: Added a debug toolbar panel for MongoDB (klimov-paul)
- Enh #4048: Added `init` event to `ActiveQuery` classes (qiangxue)
- Enh #4086: changedAttributes of afterSave Event now contain old values (dizews)
- Enh #4335: `yii\mongodb\log\MongoDbTarget` log target added (klimov-paul)
......
......@@ -14,7 +14,7 @@ use yii\log\Logger;
* MongoDbPanel panel that collects and displays MongoDB queries performed.
*
* @author Klimov Paul <klimov@zfort.com>
* @since 2.0
* @since 2.0.1
*/
class MongoDbPanel extends DbPanel
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment