From f101d3811ffc345b86828ae88e07b59b04272d38 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 29 Aug 2024 12:02:51 +0200 Subject: [PATCH] DOC: Update changelog --- doc/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 82af15f..3f5ccde 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Values can now hold empty vectors and do not silently convert them into a scalar. +- [indiscale#34](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/issues/34) + Building shared libraries on Windows. ### Security -- GitLab