From 1a6605fbef9534ffb7fbee62847e1dcb660943bf Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 21 Dec 2022 14:25:15 +0100 Subject: [PATCH] (doc) updated changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e9cd3b0..cfa4203a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ - Accounting data is now built each night and saved in database - Ability to define multiple accounting journal codes - OpenAPI endpoint to fetch accounting data +- Add reservation deadline parameter (#414) - Updated OpenAPI documentation - Updated OpenID Connect documentation - OpenAPI users endpoint offer ability to filter by created_after - OpenAPI users endpoint return first name, last name, gender, organization and address - Default accounting codes and labels if not set +- Fix a bug: unable to run test in negative timezones (#425) - Fix a bug: providing an array of attributes to filter OpenApi data, results in error - Fix a bug: unable to manage stocks on new products - Fix a bug: unsupported param[] syntax in OpenAPI @@ -18,9 +20,6 @@ - [TODO DEPLOY] `rails db:seed` - [TODO DEPLOY] `rails fablab:setup:build_accounting_lines` -- Add reservation deadline parameter (#414) -- Fix a bug: unable to run test in negavtive timezones (#425) - ## v5.5.8 2022 December 16 - Fix a bug: wrong reservations count for spaces in availabilities export (#415)