diff options
author | narimiran <narimiran@disroot.org> | 2020-10-22 11:16:15 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-10-22 11:16:15 +0200 |
commit | e47c3987c1a9004eb346b3ae64997b33c85ea046 (patch) | |
tree | 6ce04a71fa31085a4584c156205bd73229c0fc40 /changelog.md | |
parent | 773643b47b04242cb8c81d44a84ae24693ad2ded (diff) | |
download | Nim-e47c3987c1a9004eb346b3ae64997b33c85ea046.tar.gz |
small changelog cleanup [ci skip]
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 66c9131cd..1885eaacd 100644 --- a/changelog.md +++ b/changelog.md @@ -11,8 +11,9 @@ ## Compiler changes -add `--declaredlocs` to show symbol declaration location in messages -* Source+Edit links now appear on top of every docgen'd page when `nim doc --git.url:url ...` is given + +- Added `--declaredlocs` to show symbol declaration location in messages. +- Source+Edit links now appear on top of every docgen'd page when `nim doc --git.url:url ...` is given. ## Tool changes |