From 2e5576fba756e773e1c1ab079264c58f20e906be Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 14 May 2024 16:01:22 +0300 Subject: [PATCH] Release 0.31.1 --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3c2143..d0d83625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,22 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- The server default of `active_by_default` is now `True`. - ### Added ### Fixed ### Removed -- `ScenarioActiveFlag` import and export mappings have been removed. - While the flag column is still in the database schema, it is not used anywhere, - nor is it accessible e.g. in Toolbox. - ### Deprecated ### Security +## 0.31.1 + +### Changed + +- The server default of `active_by_default` is now `True`. + +### Removed + +- `ScenarioActiveFlag` import and export mappings have been removed. + While the flag column is still in the database schema, it is not used anywhere, + nor is it accessible e.g. in Toolbox. + ## 0.31.0 This is the first release where we keep a Spine-Database-API specific changelog.