From db6144883b155f9617ebf1c9c905657b43b455ff Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 21 Sep 2021 12:02:18 +0200 Subject: [PATCH] DOC: Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0be7c0..4d2da16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Minimal error handling * Queries * Retrieval by id(s) +* Enums for CaosDB datatypes, importances, roles, and collections ### Changed +* Structs for value and datatype are now used internally to set and get values + of entities and properties. +* `get_datatype` now returns a tuple with the datatype name and the collection + type (or nothing in case of scalar datatypes) + ### Deprecated ### Removed -- GitLab