From ad72cbc205d8fcc74d14149565da4ec688241ef4 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Thu, 4 Apr 2024 23:52:44 +0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2788d0b1..5ab313ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,18 @@ ## [2.10.0](https://github.com/cycle/database/compare/2.9.0...v2.10.0) (2024-04-04) - ### Features - -* Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` ([943437e](https://github.com/cycle/database/commit/943437ef745102b25f79acaf1fa3cefcc42c0a2b)) - +- Add support JSON columns in `orderBy` statement by @msmakouz (#184) +- Add `mediumText` column type by @msmakouz (#178) +- Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` by @msmakouz (#185) ### Bug Fixes - -* Fix psalm type for DatabaseInterface::transaction() method ([#186](https://github.com/cycle/database/issues/186)) ([1f5b226](https://github.com/cycle/database/commit/1f5b226f6da26cd7c132f5ecc35a3fb37c396984)) - +- Fixed caching of SQL insert query with Fragment values by @msmakouz (#177) +- Fixed detection of enum values in PostgreSQL when a enum field has only one value by @msmakouz (#181) +- Fix psalm type for `DatabaseInterface::transaction()` method by @roxblnfk (#186) ### Continuous Integration - -* automate changelog and release management ([#2](https://github.com/cycle/database/issues/2)) ([10bd18e](https://github.com/cycle/database/commit/10bd18e116f8345ca8d34fc280f5692abd18c531)) -* switch to auto changelog ([#3](https://github.com/cycle/database/issues/3)) ([bed846b](https://github.com/cycle/database/commit/bed846b7afba7fc18390d2256814884504eaaf09)) +- Automate changelog and release management @lotyp (#189) ## [2.9.0](https://github.com/cycle/database/compare/2.8.1...2.9.0) (2024-03-27)