mtg_python_deckbuilder/RELEASE_NOTES_TEMPLATE.md

14 lines
496 B
Markdown
Raw Normal View History

# MTG Python Deckbuilder ${VERSION}
### Added
- CI improvements to increase stability and reproducibility of builds/tests.
- Expanded test coverage for validation and web flows.
### Changed
- Tests refactored to use pytest assertions and streamlined fixtures/utilities to reduce noise and deprecations.
- HTTP-dependent tests skip gracefully when the local web server is unavailable.
### Fixed
- Reduced deprecation warnings and incidental test failures; improved consistency across runs.
---