From dbc0437d59c7a11a9911e1bd6826362dbb453e55 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 14 Apr 2021 16:16:02 +0300 Subject: [PATCH] CHANGELOG.md: Add note about Python deps --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d374f1a..18ffc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Ability to check for, and fix, "mojibake" characters using [ftfy](https://github.com/LuminosoInsight/python-ftfy) +### Updated +- Python dependencies + ## [0.4.7] - 2021-03-17 ### Changed - Fixing invalid multi-value separators like `|` and `|||` is no longer class-