1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-19 19:11:28 +02:00

CHANGELOG.md: Add note about database re-factor

This commit is contained in:
2018-11-07 17:50:46 +02:00
parent b06c82bb16
commit eb5c187d41

View File

@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Hound CI configuration to validate pull requests against PEP 8 code style with Flake8
- Configuration for [pipenv](https://pipenv.readthedocs.io/en/latest/)
## Changed
- Use a database management class with Python context management to automatically open/close connections and cursors
## Changed
- Validate code against PEP 8 style guide with Flake8