From 0e8b21f1597e0f27b8a8f129b0a6966c7ff690fb Mon Sep 17 00:00:00 2001 From: Felix Zumstein Date: Thu, 9 Jan 2025 16:17:08 +0100 Subject: [PATCH] changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index ebbc283..4c3850a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.0 (Jan 9, 2025) + +- Datetime fixes both with custom scripts (day and month were misinterpreted with certain locales) and custom functions (the formatting of dates in custom functions now respects the specific format chosen on the system). +- Added the `-e`/`--env` arg to the lite CLI command. +- Upgraded dependencies incl. xlwings to 0.33.6. + ## 0.9.2 (Dec 9, 2024) - Custom functions reloading (introduced with 0.9.1) is now only done during development.