summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-09-03 20:15:27 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-03 20:15:27 +0200
commitcb0450398a5695e1e1193e6c49ff9c7548980438 (patch)
tree42de5386b44c366eb58d367c48f953d4a6e6cc38 /changelog.md
parent07a986afa169c6277a1b7c1be0f49b29b5ed228a (diff)
downloadNim-cb0450398a5695e1e1193e6c49ff9c7548980438.tar.gz
introduce --oldgensym:on rather than --useVersion
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 35639adc4..f135fa585 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13,7 +13,7 @@
 - The language definition and compiler are now stricter about ``gensym``'ed
   symbols in hygienic templates. See the section in the
   [manual](https://nim-lang.org/docs/manual.html#templates-hygiene-in-templates)
-  for further details. Use the compiler switch `--useVersion:0.19` for a
+  for further details. Use the compiler switch `--oldgensym:on` for a
   transition period.