From eb5c187d41bccc1e42cc47614b5f1b451710c965 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 7 Nov 2018 17:50:46 +0200 Subject: [PATCH] CHANGELOG.md: Add note about database re-factor --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a3719..8e8d46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Hound CI configuration to validate pull requests against PEP 8 code style with Flake8 - Configuration for [pipenv](https://pipenv.readthedocs.io/en/latest/) +## Changed +- Use a database management class with Python context management to automatically open/close connections and cursors + ## Changed - Validate code against PEP 8 style guide with Flake8