From 14e4d56a02f47dc2398b2ecfdb2eb38598726028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Thu, 14 Mar 2024 12:58:18 +0100 Subject: [PATCH] Changelog 4.6 (#7029) --- docs/changelog/4_x.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/changelog/4_x.rst b/docs/changelog/4_x.rst index 37a4bb7d49d..6252f296aa8 100644 --- a/docs/changelog/4_x.rst +++ b/docs/changelog/4_x.rst @@ -629,3 +629,39 @@ Bug fixes * Make overloading a link when omitting ``link`` keyword work (:eql:gh:`#6718`) + +4.6 +=== + +* Fix issues with empty sets leaking out of optional scopes + (:eql:gh:`#6747`) + +* Fix empty array literals in SQL adapter + (:eql:gh:`#6806`) + +* Fix duration/memory config in config objects + (:eql:gh:`#6827`) + +* Fix hanging backend pool with fast connect + (:eql:gh:`#6813`) + +* Fix changing index expressions in migrations + (:eql:gh:`#6843`) + +* Properly report errors involving newly created types + (:eql:gh:`#6852`) + +* Make constraint error details contain useful information for developers + (:eql:gh:`#6796`) + +* Fix DML coalesce inside of IF/ELSE + (:eql:gh:`#6917`) + +* Allow trailing comma for GROUP's BY clause + (:eql:gh:`#7002`) + +* Fix computed single scalar globals + (:eql:gh:`#6999`) + +* Fix query cache dbver issue with concurrent DDL + (:eql:gh:`#6819`)