From cd598e3f9c668551a10106b64f9f2355368579c2 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 21 Mar 2024 07:26:12 +0000 Subject: [PATCH] Release version 1.3.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f501b57c..82076811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Oracle driver for Yii Database Change Log -## 1.2.1 under development +## 1.3.0 March 21, 2024 - Enh #248: Change property `Schema::$typeMap` to constant `Schema::TYPE_MAP` (@Tigrov) -- Bug #250: Fix `Command::insertWithReturningPks()` method for table without primary keys (@Tigrov) - Enh #251: Allow to use `DMLQueryBuilderInterface::batchInsert()` method with empty columns (@Tigrov) +- Enh #253: Resolve deprecated methods (@Tigrov) - Bug #238: Fix execution `Query` without table(s) to select from (@Tigrov) +- Bug #250: Fix `Command::insertWithReturningPks()` method for table without primary keys (@Tigrov) - Bug #254: Fix, table sequence name should be null if sequence name not found (@Tigrov) -- Enh #253: Resolve deprecated methods (@Tigrov) ## 1.2.0 November 12, 2023