Skip to content

Commit 750b39d

Browse files
committed
Add link to GitHub issues in ChangeLog
1 parent 105aedc commit 750b39d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
## Version 3.1 (2020-03-07)
1515

1616
- Add option `-i` (or `--ignore-errors`): always return 0 even if errors are found.
17-
- Fix parsing of "noqa" tag in comments (issue #11).
17+
- Fix parsing of "noqa" tag in comments ([#11](https://github.com/flashcode/msgcheck/issues/11)).
1818
- Use pytest for unit tests.
1919
- Replace Travis CI by GitHub Actions.
2020

2121
## Version 3.0 (2018-12-14)
2222

23-
- Add support of multiple personal word list files (multiple options `-P`/`--pwl`) (issue #5).
23+
- Add support of multiple personal word list files (multiple options `-P`/`--pwl`) ([#5](https://github.com/flashcode/msgcheck/issues/5)).
2424

2525
## Version 2.9 (2018-01-15)
2626

27-
- Add option `-n` (or `--skip-noqa`) to not check "noqa"-commented lines (issue #2, issue #7).
28-
- Remove C and Python string formatters for spell checking (issue #3).
27+
- Add option `-n` (or `--skip-noqa`) to not check "noqa"-commented lines ([#2](https://github.com/flashcode/msgcheck/issues/2), [#7](https://github.com/flashcode/msgcheck/issues/7)).
28+
- Remove C and Python string formatters for spell checking ([#3](https://github.com/flashcode/msgcheck/issues/3)).
2929

3030
## Version 2.8 (2014-12-07)
3131

0 commit comments

Comments
 (0)