From 711c381c1fd6169a9e9ce0c5b4563a2622d4cea4 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 5 Sep 2023 14:20:36 +0700 Subject: [PATCH] Add line to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1545601..076a9d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Enh #263: Support json type (@Tigrov) - Bug #268: Fix foreign keys: support multiple foreign keys referencing to one table and possible null columns for reference (@Tigrov) +- Enh #273: Implement `ColumnSchemaInterface` classes according to the data type of database table columns + for type casting performance. Related with yiisoft/db#752 (@Tigrov) ## 1.0.1 July 24, 2023