From 65d0ea238b800d648635c71f5b03c6da713108cc Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 21 May 2021 18:29:17 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387f78d..5243200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +#### Bug Fixes + +- Correctly find config in parent directory +- Show abbreviated paths +- Check for word variations when also correcting a word +- Correct `ther` as not just `there` but also `the` and `their` (based on misspelling in Linux) +- Don't correct `hardlinked` +- `refernce` should correct to `reference` and not `references` + +#### Performance + +- Bypass variations, when possible + +#### Features + +- Log config loading to help debugging +- `typos`-specific ignores + ## [0.3.0] - 2021-05-13 #### Bug Fixes