diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-05-08 09:54:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 18:54:16 +0200 |
commit | 411be506a30a701ab30138c576e21bd15dfaffe4 (patch) | |
tree | 8328f1c7ac39395e748d5d691edf5f3bd4a6430e /changelog.md | |
parent | ce16115e790b4fcd6076d0d0f0024a11ce15a2b7 (diff) | |
download | Nim-411be506a30a701ab30138c576e21bd15dfaffe4.tar.gz |
--hint:processing (+friends) is now supported and means `--hint:processing:on`, like all other bool flags (#14271)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 32d7eba55..cdd6c031a 100644 --- a/changelog.md +++ b/changelog.md @@ -137,6 +137,9 @@ nim r compiler/nim.nim --fullhelp # no recompilation nim r --nimcache:/tmp main # binary saved to /tmp/main ``` +- `--hint:processing` is now supported and means `--hint:processing:on` + (likewise with other hints and warnings), which is consistent with all other bool flags. + (since 1.3.3). ## Tool changes |