From 3d5cb741da405361260cf72d826a833d2cd85559 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 12 May 2023 18:02:47 +0400 Subject: [PATCH] Prepare to release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faeff850..080f83a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +v2.5.0 (12.05.2023) +------------------- +- Add ability to use non-primary serial column by @msmakouz (#106) +- Add ability to configure DB port passing a string by @msmakouz (#109) +- Add ability to define a custom type column by @msmakouz (#104) +- Add the ability to define `readonlySchema` for columns by @msmakouz (#116) +- Add `AbstractForeignKey::$index` property to enable/disable index creation by @msmakouz (#119) +- Fix inserting an array of rowsets without calling the columns method by @msmakouz (#120) +- Improve types for `TableInterface` and `ColumnInterface` by @vjik (#108) +- Fix typos by @arogachev (#110, #111) + v2.4.1 (08.03.2023) ------------------- - Fix: add schema to Postgres dependency table names by @msmakouz (#102)