From f4d7312a3fbb6db5c5ed89350e84933d193bb237 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 12 Nov 2018 09:02:04 +0200 Subject: [PATCH] CHANGELOG.md: Add unreleased changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4407edc..85068f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. 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 +## Changed +- README.md to recommend using vanilla Python virtual environments and pip instead of pipenv + +## Added +- `requirements-dev.txt` for installing development packages with pip + ## [0.8.0] - 2018-11-11 ### Changed - Properly handle database connection errors