summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 49b49a9f1..bf21dff8d 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -3,7 +3,7 @@ News
 ====
 
 ..
-  2015-05-05 Version 0.11.2 released
+  2015-05-05 Version 0.11.4 released
   ==================================
 
   Changes affecting backwards compatibility
@@ -17,6 +17,11 @@ News
     their arguments just like ``echo`` does. Affected functions: ``log``,
     ``debug``, ``info``, ``warn``, ``error``, ``fatal``. Custom subtypes of
     ``Logger`` also need to be adjusted accordingly.
+  - Floating point numbers can now look like ``2d`` (float64)
+    and ``2f`` (float32) which means imports like ``import scene/2d/sprite``
+    do not work anymore. Instead quotes have to be
+    used: ``import "scene/2d/sprite"``. The former code never was valid Nim.
+
 
   Library additions
   -----------------