CHANGELOG.md: Add notes about updated python packages

This commit is contained in:
Alan Orth 2019-09-11 16:45:39 +03:00
parent 480956d54d
commit 3d5c8bdf5d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Updated
- Update python dependencies to latest versions, including numpy 1.17.1, pandas
0.25.1, and requests-cache 0.5.2
- Update python dependencies to latest versions, including numpy 1.17.2, pandas
0.25.1, pytest 5.1.2, and requests-cache 0.5.2
### Changed
- Re-formatted code with black and isort