1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

CHANGELOG.md: Add note about imports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alan Orth 2020-12-18 22:52:14 +02:00
parent 9e6fcf279b
commit 787eec20ea
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add ORDER BY to /items resource to make sure results are returned - Add ORDER BY to /items resource to make sure results are returned
deterministically deterministically
- Use `fl` parameter in indexer to return only the id field - Use `fl` parameter in indexer to return only the id field
- Minor refactoring of imports for PEP8 style
## [1.3.2] - 2020-11-18 ## [1.3.2] - 2020-11-18
### Fixed ### Fixed