From 7b6b6837f5157d208452d74c30b27988b9c440f2 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 2 Feb 2024 16:21:30 +0100 Subject: [PATCH] Release 1.1.2 (#417) --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f749cfa..19a6f03c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,15 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.1.2 (2024-02-02) +-------------------------- + +* Fixed: ``audformat.Database.load()`` + when loading databases + with a misc table + that has an assigned split + + Version 1.1.1 (2024-01-25) --------------------------