summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-03-01 09:42:25 +0100
committerAraq <rumpf_a@web.de>2018-03-01 09:42:25 +0100
commitce1047f2ae07430c80eeeaa0b65eb0a32d8720a3 (patch)
tree6140c54a1a447cf6cfbc480f851461d4764035c4 /changelog.md
parent51935c47b0f1c93df28c92fce96ba80501d561e0 (diff)
downloadNim-ce1047f2ae07430c80eeeaa0b65eb0a32d8720a3.tar.gz
added -d:nimNoArrayToString define to allow easier porting to 0.18
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 955648c20..3dab051d4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,4 @@
-## v0.18.0 - dd/mm/yyyy
+## v0.18.0 - 01/03/2018
 
 ### Changes affecting backwards compatibility
 
@@ -16,7 +16,9 @@
 
 - Arrays of char cannot be converted to ``cstring`` anymore, pointers to
   arrays of char can! This means ``$`` for arrays can finally exist
-  in ``system.nim`` and do the right thing.
+  in ``system.nim`` and do the right thing. This means ``$myArrayOfChar`` changed
+  its behaviour! Compile with ``-d:nimNoArrayToString`` to see where to fix your
+  code.
 
 - `reExtended` is no longer default for the `re` constructor in the `re`
   module.