From f5ad92d57a0507541b0c52301e4ee730537cc504 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Sun, 1 Dec 2024 19:15:56 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7c1a5..b8c19ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -## DEV - -* CLI - * Add additional details to `signatures info` command. -* Other - * Require Python 3.9 +## 1.1.0 + +* Command line interface: + * Better error reporting when database file(s) not found + * Add more details to output of `gambit signatures info` command. +* Major overhaul of internal Python API and tests (see full release notes on GitHub) + * Many fixes to API documentation +* Increase minimum Python version to 3.9 +* Make compatible with SQLAlchemy 2.0 ## 1.0.1