From 716ec67e908c0b9b8adb99d0139b9656e99f77e6 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <a.schlemmer@indiscale.com> Date: Fri, 29 Nov 2024 10:47:13 +0100 Subject: [PATCH] DOC: updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c12bb8..88ea70fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ZipFileConverter that opens zip files and exposes their contents as File and Directory structure elements. - `linkahead-crawler` script as alias for `caosdb-crawler`. +- New transformers of the form `cast_to_*` which allow casting variables to `int`, `float`, + `str` and `bool`. ### Changed ### -- GitLab