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

CHANGELOG.md: Add note about psycopg2.extras.DictCursor

This commit is contained in:
Alan Orth 2018-09-25 02:08:54 +03:00
parent 6e4bc630f7
commit 2d3b7620e3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2018-09-24 ## [Unreleased] - 2018-09-24
### Changed ### Changed
- Environment settings in example systemd unit files - Environment settings in example systemd unit files
- Use psycopg2.extras.DictCursor for PostgreSQL connection
## [0.2.0] - 2018-09-24 ## [0.2.0] - 2018-09-24
### Changed ### Changed