From b331369704bf5719d2735648f383b74352868753 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Thu, 24 Aug 2023 15:39:33 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3504978f..33b5f26b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changelog - Remove complexity in `same_day_booking_disallowed`` field: now you can set only *yes* or *no*. [cekk] +- duration in minutes instead of days + [mamico] + +- allow to add out-of-office in api (aka blocco prenotazione) + [mamico] + 2.0.0.dev5 (2023-08-21) ----------------------- @@ -17,6 +23,7 @@ Changelog - Permit to force gate / duration to operator (restapi add booking) [mamico] + - Changes required to migrate the old bookings. [folix-01] @@ -27,12 +34,6 @@ Changelog - Remove unused unavailable_gates field. [cekk] -- duration in minutes instead of days - [mamico] - -- allow to add out-of-office in api (aka blocco prenotazione) - [mamico] - 2.0.0.dev4 (2023-08-11) -----------------------