diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-06-19 10:08:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 15:08:45 +0200 |
commit | 99c198625c602984578f9c53b05a28c54de4f4cb (patch) | |
tree | 80bb1b5bb5c9ae7f20efca134d251fd72c3e5507 /changelog.md | |
parent | 2039e3e883ac42cd9b6012335a92564ca2b56387 (diff) | |
download | Nim-99c198625c602984578f9c53b05a28c54de4f4cb.tar.gz |
Deprecate unroll pragma, remove from documentation (#14705)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 3f3a2f9b2..9ab6ebfda 100644 --- a/changelog.md +++ b/changelog.md @@ -176,6 +176,8 @@ proc mydiv(a, b): int {.raises: [].} = with `--panics:on` `Defects` become unrecoverable errors. - Added `thiscall` calling convention as specified by Microsoft, mostly for hooking purpose +- Deprecated `{.unroll.}` pragma, was ignored by the compiler anyways, was a nop. + ## Compiler changes |