Merge branch 'master' into inflextor_fixes

This commit is contained in:
Bizley
2021-05-07 15:40:59 +02:00
committed by GitHub
9 changed files with 16 additions and 10 deletions

View File

@ -1,8 +1,14 @@
Yii Framework 2 Change Log
==========================
2.0.42.1 under development
--------------------------
2.0.43 under development
------------------------
- no changes in this release.
2.0.42.1 May 06, 2021
---------------------
- Bug #18634: Fix `yii\db\BaseActiveRecord::unlink()` and `unlinkAll()` to omit condition for `on` property when it doesn't exist (bizley)