Skip to content

Commit 019c82e

Browse files
committed
Fix changelog
1 parent d9beb9f commit 019c82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 1.2.3
22
## What's Changed
33
### Large directories ignored in .gitignore significantly impact performance. [#1776](https://github.com/belav/csharpier/issues/1776)
4-
CSharpier was enumerating all files within all subdirectories and then determining if they should be formating or not. That logic was optimized to only enumerate files in directories that are not ignored.
4+
CSharpier was enumerating all files within all subdirectories and then determining if they should be formatted or not. That logic was optimized to only enumerate files in directories that are not ignored.
55

66
**Full Changelog**: https://github.com/belav/csharpier/compare/1.2.2...1.2.3
77
# 1.2.2

0 commit comments

Comments
 (0)