From 8de5d862b604c553504f5015bc2a6e651159984a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Jan 2020 11:40:40 +0200 Subject: [PATCH] CHANGELOG.md: Add note about Unicode normalization --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f0812..34bea9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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 +- Unicode normalization (enable with `--unsafe-fixes`, see README.md) + ### Updated - Update python dependencies to latest versions, including numpy 1.18.1, pandas 1.0.0rc0, flake8 3.7.9, pytest 5.3.2, and black 19.10b0