CHANGELOG.md: Update unreleased changes

This commit is contained in:
Alan Orth 2019-11-27 12:14:49 +02:00
parent eeb8e6bba1
commit 3197b79578
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 1 deletions

View File

@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Updated
- Run pipenv update, bringing psycogpg 2.8.3, requests 2.22.0, and pytest 5.1.1
- Run pipenv update, bringing psycogpg 2.8.3, requests 2.22.0, pytest 5.3.1,
and gunicorn 20.0.4
### Changed
- Use Ubuntu 18.04 "Bionic" for TravisCI builds
- Use Python 3.8.0 for pipenv
- Minor syntax issues highlighted by flake8
## [1.1.0] - 2019-05-05
## Updated