From f5934ea4ffa18ea38f9316166fb8cf857d5eee4a Mon Sep 17 00:00:00 2001 From: KiterLuc <67824247+KiterLuc@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:51:49 +0200 Subject: [PATCH] Update history for 2.26.0-rc1. (#5264) --- TYPE: NO_HISTORY DESC: Update history for 2.26.0-rc1. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index af697009b2d..b9999137a9e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -39,6 +39,8 @@ * Add ctx to CurrentDomain CAPI. [#5219](https://github.com/TileDB-Inc/TileDB/pull/5219) * Add new CAPIs to dump array schema, attribute, dimension, domain, enumeration and group to a string. [#5026](https://github.com/TileDB-Inc/TileDB/pull/5026) +* Add serialization and API changes for post_array_schema_from_rest. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) +* Add tiledb_array_schema_load_with_config C API to load the schema of an array with configuration. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) ## Build System Changes