[Chore] Fix changelog entry (#205)

This commit is contained in:
Sorokin-Anton 2022-10-26 13:30:47 +03:00 committed by GitHub
parent 2f2fce5dab
commit 59cb36cb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@ Unreleased
+ Rename exclusion-related config options.
* [#183](https://github.com/serokell/xrefcheck/pull/183)
+ Add support for image links.
* [#199](https://github.com/serokell/xrefcheck/pull/199)
+ Now annotation
`<!-- xrefcheck: ignore all -->` instead of `<!-- xrefcheck: ignore file -->`
should be used to disable checking for links in file, so it's clearer that
file itself is not ignored (and links can target it).
0.2.2
==========
@ -52,11 +57,6 @@ Unreleased
instead of expecting link in whole rest of file.
If you've got `Expected a LINK after "ignore link" annotation` message, see
PR's description for examples and details.
* [#199](https://github.com/serokell/xrefcheck/pull/199)
+ Now annotation
`<!-- xrefcheck: ignore all -->` instead of `<!-- xrefcheck: ignore file -->`
should be used to disable checking for links in file, so it's clearer that
file itself is not ignored (and links can target it).
0.2.1
==========