CHANGELOG.md: Add note about using rows=0 in Solr queries

This commit is contained in:
Alan Orth 2018-09-19 01:50:14 +03:00
parent 8e29fd8a43
commit 5e165d2e88
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactor environment variables into config module
- Simplify Solr query for "downloads"
- Optimize Solr query by using rows=0
## [0.0.2] - 2018-09-18
### Added