From 5f046944f2c07ac4288d104c1ce7e8873ecc191a Mon Sep 17 00:00:00 2001 From: halgari Date: Tue, 15 Oct 2024 13:11:55 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5429c4bd..b0e87fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +### 0.9.90 - 15/10/2024 +* Reworked serialization of Tuple attributes. The result more efficient (in space and time) but limited in the number and types of elements that can be stored in a Tuple. +* Reworked the internals of the DatomStore to support more types of specialized transactions such as Excision +* Implemented a basic form of schema migration. + * Indexes can be added and removed + * Attributes can be added and removed (removed attributes are ignored) + * Attribute types can be changed (in a very limited fashion, to be expanded in the future) + ### 0.9.89 - 09/10/2024 * Fixed a bug with case-insensitive string comparisons in the database. This would cause an "Invalid UTF-8" exception to be thrown