From 0df170851b6826a327d58373ba82323e38989e78 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 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7c1a5..8e9c89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # 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) +* Increase minimum Python version to 3.9 +* Make compatible with SQLAlchemy 2.0 ## 1.0.1