Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Aug 17, 2024
1 parent 5d73fe3 commit 0abbc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Breaking Changes
### The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled [#1131](https://github.com/belav/csharpier/issues/1131)
Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.2.9.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1

## What's Changed
### Enforce trailing commas in object and collection initializer [#668](https://github.com/belav/csharpier/issues/668)
Expand Down

0 comments on commit 0abbc1d

Please sign in to comment.