From db573d97ba1702f64429907f17bfa5ca508ad68b Mon Sep 17 00:00:00 2001 From: David Date: Wed, 10 Jul 2024 17:55:42 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c72195..2adf648e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - SQLiteSQLAlchemyDatabase, wrapping python's SQLite3 with SQLAlchemy. ### Changed +- Dependency updates; typehinting updates in support - Implement walrus/assignment operator (`:=`) in main_menu.py. - Add `get_user_input` function to `UI_functions.py`: abstracts asking for UI. Takes a prompt, validation function, error message args. - Implement `get_user_input` for most user input. @@ -19,8 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change exit to use `raise SystemExit` with exit code 0. - Change generic types to use builtins (eg list, dict rather than List, Dict), per PEP 585. - Remove Python 3.8 support due to implementing PEP 585. -- Change all implicity None-optional typing top explicity declare None type or Optional. -- Remove Python 3.9 support, add 3.11. +- Change all implicity None-optional typing top explicity declare None type or Optional. +### Removed +- Remove Python 3.9 support, add 3.11, 3.12. - Remove CircleCI/TravisCI testing. - Remove sqlalchemy stubs, functionality now bundled with sqlalchemy - Rm codecov in favour of github-action