Skip to content

Commit 65d0ea2

Browse files
author
Ed Page
committed
docs: Update changelog
1 parent 8863874 commit 65d0ea2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
#### Bug Fixes
11+
12+
- Correctly find config in parent directory
13+
- Show abbreviated paths
14+
- Check for word variations when also correcting a word
15+
- Correct `ther` as not just `there` but also `the` and `their` (based on misspelling in Linux)
16+
- Don't correct `hardlinked`
17+
- `refernce` should correct to `reference` and not `references`
18+
19+
#### Performance
20+
21+
- Bypass variations, when possible
22+
23+
#### Features
24+
25+
- Log config loading to help debugging
26+
- `typos`-specific ignores
27+
1028
## [0.3.0] - 2021-05-13
1129

1230
#### Bug Fixes

0 commit comments

Comments
 (0)