From 5e81a33482d054461d479ee27bcc19e8c1079a1f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 16 Jan 2020 12:37:11 +0200 Subject: [PATCH] CHANGELOG.md: Add note about field names --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee70d2..2178e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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 +- Add field name to the output for more fixes and checks to help identify where +the error is + ## [0.4.1] - 2020-01-15 ### Changed - Reduce minimum Python version to 3.6 by working around the `is_normalized()`