Skip to content

Commit

Permalink
Merge pull request #251 from toonarmycaptain/development
Browse files Browse the repository at this point in the history
Late pre-release CHANGELOG editing.
  • Loading branch information
toonarmycaptain authored Jan 23, 2020
2 parents 3e373c1 + 904114d commit 28f5651
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.5.0-alpha] - 2020-01-23
### Added
- Updated dependencies.
- Improved test coverage.
- Type hinting across application.
- Improved test coverage, type hinting across application.
- mypy check to added to CI.
- Python 3.8 compatibility and CI integration.
- Runtime guards raising a meaningful `ValueError` on uninitialised `definitions.REGISTRY`, `definitions.DEFAULT_CHART_SAVE_FOLDER`. NB this should only happen when tests are run without config.
- Option to go directly from creating a class to chart with that class.
- Option to go directly from creating a class to creating a chart with the newly created class.
### Changed
- Updated dependencies - fixes some unlikely security issues.
- `select_student` now uses Class object, returns Student object.
- `file_functions` tests now all use new-style class data.
### Depreciated
Expand Down

0 comments on commit 28f5651

Please sign in to comment.