diff options
author | Araq <rumpf_a@web.de> | 2012-02-17 02:16:33 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-02-17 02:16:33 +0100 |
commit | 97366d44195a96075960749a0ea84ded582dce87 (patch) | |
tree | 091e6263166b46b344ab50ffee0b1ad20ffc3e07 /web/news.txt | |
parent | 88f9eff38fc8b462df474e2e3a9404527d29f30a (diff) | |
download | Nim-97366d44195a96075960749a0ea84ded582dce87.tar.gz |
bugfix: optimization of complex constant string concatenations
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 2e981673b..a171f1068 100755 --- a/web/news.txt +++ b/web/news.txt @@ -10,6 +10,9 @@ Version 0.8.XX has been released! Get it `here <download.html>`_. Bugfixes -------- +- Fixed a bug where the compiler would "optimize away" valid constant parts of + a string concatenation. + Library Additions ----------------- |