Merge pull request #123 from serokell/diogo/chore-changelog

[Chore] Add missing changelog entries
This commit is contained in:
Diogo Castro 2022-07-23 19:00:59 +01:00 committed by GitHub
commit b03897db01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,8 @@ For example
Write 'None' if there are no related issues (which is discouraged).
-->
Fixes #
## :white_check_mark: Checklist for your Pull Request
Ideally a PR has all of the checkmarks set.

View File

@ -6,6 +6,10 @@
Unreleased
==========
* [#115](https://github.com/serokell/xrefcheck/pull/115)
+ Improved parsing of anchor html tags inside headers.
* [#109](https://github.com/serokell/xrefcheck/pull/109)
+ Fixed bug when prefixing `--ignored` and `--root` paths with `./`
* [#85](https://github.com/serokell/xrefcheck/pull/85)
+ Make possible to specify whether ignore localhost links, use
`check-localhost` CLA argument (by default localhost links will not be checked).