Skip to content

Commit db573d9

Browse files
Update CHANGELOG.md
1 parent f80ab92 commit db573d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
- SQLiteSQLAlchemyDatabase, wrapping python's SQLite3 with SQLAlchemy.
1010
### Changed
11+
- Dependency updates; typehinting updates in support
1112
- Implement walrus/assignment operator (`:=`) in main_menu.py.
1213
- Add `get_user_input` function to `UI_functions.py`: abstracts asking for UI. Takes a prompt, validation function, error message args.
1314
- 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
1920
- Change exit to use `raise SystemExit` with exit code 0.
2021
- Change generic types to use builtins (eg list, dict rather than List, Dict), per PEP 585.
2122
- Remove Python 3.8 support due to implementing PEP 585.
22-
- Change all implicity None-optional typing top explicity declare None type or Optional.
23-
- Remove Python 3.9 support, add 3.11.
23+
- Change all implicity None-optional typing top explicity declare None type or Optional.
24+
### Removed
25+
- Remove Python 3.9 support, add 3.11, 3.12.
2426
- Remove CircleCI/TravisCI testing.
2527
- Remove sqlalchemy stubs, functionality now bundled with sqlalchemy
2628
- Rm codecov in favour of github-action

0 commit comments

Comments
 (0)