Browse Source

`CHANGELOG.md` fix

tags/3.0.0-alpha1
Klimov Paul 7 years ago
parent
commit
08e5e1e71b
  1. 2
      framework/CHANGELOG.md

2
framework/CHANGELOG.md

@ -8,7 +8,7 @@ Yii Framework 2 Change Log
- Enh #13799: CAPTCHA rendering logic extracted into `yii\captcha\DriverInterface`, which instance is available via `yii\captcha\CaptchaAction::$driver` field (vladis84, klimov-paul)
- Enh #9260: Mail view rendering encapsulated into `yii\mail\Template` class allowing rendering in isolation and access to `yii\mail\MessageInterface` instance via `$this->context->message` inside the view (klimov-paul)
- Enh #11058: Add `$checkAjax` parameter to method `yii\web\Controller::redirect()` which controls redirection in AJAX and PJAX requests (ivanovyordan)
- Enh #12385: Methods `addHeader()`, `setHeader()`, `getHeader()`, `setHeaders()` have been added to `yii\i18n\MessageInterface` allowing setup of custom message headers (klimov-paul)
- Enh #12385: Methods `addHeader()`, `setHeader()`, `getHeader()`, `setHeaders()` have been added to `yii\mail\MessageInterface` allowing setup of custom message headers (klimov-paul)
- Enh #12592: Optimized `yii\filters\AccessController` on processing accessrules (dynasource)
- Enh #12938: Allow to pass additional parameters to `yii\base\View::renderDynamic()` (mikehaertl)
- Enh #13006: Added a `/` to the `yii\captcha\Captcha::$captchaAction` string to work correctly in a module also (boehsermoe)

Loading…
Cancel
Save