CHANGELOG.md: Add unreleased changes

This commit is contained in:
Alan Orth 2018-11-04 00:50:46 +02:00
parent 64d7f1a3b2
commit f262ebdca2
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
## Added
- Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432)
- Hound CI configuration to validate pull requests against PEP 8 code style with Flake8
## Changed
- Validate code against PEP 8 style guide with Flake8