diff options
author | Araq <rumpf_a@web.de> | 2018-03-01 09:42:25 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-03-01 09:42:25 +0100 |
commit | ce1047f2ae07430c80eeeaa0b65eb0a32d8720a3 (patch) | |
tree | 6140c54a1a447cf6cfbc480f851461d4764035c4 /changelog.md | |
parent | 51935c47b0f1c93df28c92fce96ba80501d561e0 (diff) | |
download | Nim-ce1047f2ae07430c80eeeaa0b65eb0a32d8720a3.tar.gz |
added -d:nimNoArrayToString define to allow easier porting to 0.18
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
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. |