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.