CHANGELOG.md: Add note about cursor change

This commit is contained in:
Alan Orth 2018-09-27 11:08:42 +03:00
parent eaca5354d3
commit 46bf537e88
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
- README.md introduction and requirements
- Use ujson instead of json
- Iterate directly on SQL cursor in `/items` route
## [0.4.1] - 2018-09-26
### Changed