Skip to content
Snippets Groups Projects
Commit db614488 authored by florian's avatar florian
Browse files

DOC: Update Changelog

parent ffdc1e5a
No related branches found
No related tags found
1 merge request!13ENH: Use new value and datatype structs
Pipeline #13908 passed
Pipeline: CaosDB Julia Integration Tests

#13909

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment