CHANGELOG.md 582 Bytes
Newer Older
1 2 3 4 5 6
Yii Framework 2 redis extension Change Log
==========================================

2.0.0 beta under development
----------------------------

Carsten Brandt committed
7
- Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
Carsten Brandt committed
8
- Enh #1773: keyPrefix property of Session and Cache is not restricted to alnum characters anymore (cebe)
9
- Chg #2281: Renamed `ActiveRecord::create()` to `populateRecord()` and changed signature. This method will not call instantiate() anymore (cebe)
10 11 12 13 14

2.0.0 alpha, December 1, 2013
-----------------------------

- Initial release.