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()`