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",