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
1 changed files with 1 additions and 0 deletions

View File

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