From b5899001b72d6ce2809aff8a236563f7f057cb4b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Aug 2019 01:26:11 +0300 Subject: [PATCH] CHANGELOG.md: Add note about black and isort --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14670ef..077caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update python dependencies to latest versions, including numpy 1.17.1, pandas 0.25.1, and requests-cache 0.5.2 +### Changed +- Re-formatted code with black and isort + ## [0.2.2] - 2019-08-27 ### Changed - Output of date checks to include column names (helps debugging in case there are multiple date fields)