From 3e9753b600b823328b7c9bfa05997c0615ac0f3b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 27 Nov 2019 12:32:16 +0200 Subject: [PATCH] CHANGELOG.md: Add unreleased changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05853d..44a110d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Added +- Configuration for automatic sorting of imports with isort +- Configuration for automatic code formatting with black + ### Updated - Run pipenv update, bringing psycogpg 2.8.3, requests 2.22.0, pytest 5.3.1, and gunicorn 20.0.4