summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-02-17 02:16:33 +0100
committerAraq <rumpf_a@web.de>2012-02-17 02:16:33 +0100
commit97366d44195a96075960749a0ea84ded582dce87 (patch)
tree091e6263166b46b344ab50ffee0b1ad20ffc3e07 /web/news.txt
parent88f9eff38fc8b462df474e2e3a9404527d29f30a (diff)
downloadNim-97366d44195a96075960749a0ea84ded582dce87.tar.gz
bugfix: optimization of complex constant string concatenations
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
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
 -----------------