Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 13, 2020
1 parent ecceb49 commit b54318e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ proc mydiv(a, b): int {.raises: [].} =
(likewise with other hints and warnings), which is consistent with all other bool flags.
(since 1.3.3).
- `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser
- `nim doc foo/main` now outputs to `foo/main.html`, consistently with other commands. Use
`--usenimcache` for example to output instead under $nimcache.
- `nim doc foo/main` now outputs to `foo/main.html`, as it used to, and consistently
with other commands. Use `--outDir:.` to restore previous behaviour or
`--usenimcache` to output instead under $nimcache.

## Tool changes

0 comments on commit b54318e

Please sign in to comment.