From 3779e73e95c882695f5a38d3e60021702beb1f20 Mon Sep 17 00:00:00 2001 From: Elena Krippner Date: Tue, 26 May 2026 17:47:44 +0200 Subject: [PATCH] Add 2026-05-26 release notes --- data/releasenotes.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/data/releasenotes.json b/data/releasenotes.json index 0d1eb80..d8ab40d 100644 --- a/data/releasenotes.json +++ b/data/releasenotes.json @@ -1,4 +1,27 @@ [ + { + "version": "v2026-05-26", + "date": "2026-05-26", + "breaksdb": false, + "notes": [ + { + "type": "feat", + "note": "ALTER TABLE now supports adding and deleting columns if an index on the table exists." + }, + { + "type": "feat", + "note": "Enable comparisons between unsigned types (uint{1,2,4,8}) and Numeric." + }, + { + "type": "feat", + "note": "Add casts from unsigned types (uint{1,2,4,8}) to BigNumeric and vice versa." + }, + { + "type": "fix", + "note": "Fix a bug where CedarDB ran out of memory when evaluating generate_series() where the to arg was smaller than the from arg." + } + ] + }, { "version": "v2026-05-18", "date": "2026-05-18",