From 415154c65266fa907d9678b9d34e8f5077b6bc7a Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Mon, 22 Jan 2024 16:56:35 +0100 Subject: [PATCH] Upd changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906ad090..0c2e4145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ `pow(..)`, `sin(..)`, `sqrt(..)` and `tan(..)`. * Added mathematical constants `MATH_E` and `MATH_PI` with corresponding values. * libcleri is now integrated into the core ThingsDB codebase, eliminating the need for separate installation. +* The `new_backup()` function no longer accepts an `int`, `float` or `str` as start time. + _(This was marked as deprecated since v0.10.1)_ # v1.4.16