Browse Source

Added changelog

tags/2.0.8
Alexander Makarov 9 years ago
parent
commit
6b00d3519c
  1. 4
      framework/CHANGELOG.md

4
framework/CHANGELOG.md

@ -51,6 +51,10 @@ Yii Framework 2 Change Log
- Enh #11139: `yii\validators\EachValidator` injects specific attribute value in error message parameters (silverfire)
- Enh #11187: migrate command now generates phpdoc for table migrations (Faryshta)
- Enh #11254: Added ability to attach RBAC rule using class name (mdmunir)
- Enh #11285: `yii\base\Security` enhancements (tom--, samdark)
- Avoid reading too much from `/dev/urandom` and `/dev/random` not to waste entropy.
- Pefer `/dev/random` to `/dev/urandom` when running on FreeBSD.
- Better RNG performance.
- Enh: Added `StringHelper::countWords()` that given a string returns number of words in it (samdark)
- Enh #11207: migrate command can create foreign keys. (faryshta)
- Chg: HTMLPurifier dependency updated to `~4.6` (samdark)

Loading…
Cancel
Save