CHANGELOG.md: Add note about Python dependencies

This commit is contained in:
Alan Orth 2020-03-02 11:34:13 +02:00
parent 37630d8dac
commit 6704e7375f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove Python 3.5 from TravisCI because black requires Python >= 3.6
- Adapt API for DSpace 6+ UUIDs
- This requires droping the statistics database and re-indexing
- Run pipenv update, bringing requests 2.23.0 and pytest 5.3.5
## [1.1.1] - 2019-11-27
### Added