Fix error typo.

This commit is contained in:
Wilmer Arambula
2024-05-17 10:01:31 -04:00
parent d7fa8aaa6b
commit bd68552b73

View File

@ -27,7 +27,7 @@ Yii Framework 2 Change Log
- New #20137: Added `yii\caching\CallbackDependency` to allow using a callback to determine if a cache dependency is still valid (laxity7)
- Enh #20134: Raise minimum `PHP` version to `7.3` (@terabytesoftw)
- Bug #20141: Update `ezyang/htmlpurifier` dependency to version `4.17` (@terabytesoftw)
- Bug #19817, #19819 Add MySQL Query `addCheck()` and `dropCheck()` (@bobonov)
- Bug #19817: Add MySQL Query `addCheck()` and `dropCheck()` (@bobonov)
2.0.49.2 October 12, 2023
-------------------------