From db85e64971145e80359f586db4ca6e8f2231a53c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 3 Feb 2025 18:40:45 +0100 Subject: [PATCH] changelog: Add v12.2.7 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634d06e01..62543da46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - - #2524, Fix schema reloading notice on windows - @diogob - #3693, Prevent spread embedding to allow aggregates when they are disabled - @laurenceisla - #3693, A nested spread embedding now correctly groups by the fields of its top parent relationship - @laurenceisla - #3693, Fix spread embedding errors when using the `count()` aggregate without a field - @laurenceisla @@ -39,6 +38,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3757, Remove support for `Prefer: params=single-object` - @joelonsql + This preference was deprecated in favor of Functions with an array of JSON objects +## [12.2.7] - 2025-02-03 + +### Fixed + + - #2524, Fix schema reloading notice on windows - @diogob + ## [12.2.6] - 2025-01-29 ### Fixed