From 63bccfbdfcd9081d3bbb5c638f6bacbfe05c1b98 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 26 Sep 2023 08:44:28 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9ea1644..137af005f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ ## 1.1.2 under development - Bug #751: Fix collected debug actions (@xepozz) -- Enh #756: Refactor Quoter (@Tigrov) -- Bug #756: Fix `quoteSql()` for sql containing table with prefix (@Tigrov) +- Enh #756: Refactor `Quoter` (@Tigrov) +- Bug #756: Fix `quoteSql()` for SQL containing table with prefix (@Tigrov) - Bug #756: Fix `getTableNameParts()` for cases when different quotes for tables and columns (@Tigrov) - Bug #756: Fix `quoteTableName()` for sub-query with alias (@Tigrov)