From af12398f559f53b2ea03ebed018a6cd5b5df33d4 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 21 Nov 2023 20:31:30 +0700 Subject: [PATCH] Add line to CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d5f549f..52c6a39a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## 1.2.1 under development -- Bug #777: Fix `Query::count()` when it returns an incorrect value if the result is greater - than `PHP_INT_MAX` (@Tigrov) +- Bug #777: Fix `Query::count()` when it returns an incorrect value if the result is greater than `PHP_INT_MAX` (@Tigrov) +- Enh #778: Deprecate unnecessary argument `$rawSql` of `AbstractCommand::internalExecute()` (@Tigrov) ## 1.2.0 November 12, 2023