Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toonarmycaptain authored Jul 10, 2024
1 parent f80ab92 commit db573d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit db573d9

Please sign in to comment.