summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
   -----------------
ref='/akspecs/ranger/blame/examples/shell_automatic_cd.sh?id=758cb53caf7745890d3b813115fd10412078f610'>^
796074b5 ^


4f6edb55 ^

c915dff4 ^
4f6edb55 ^
c915dff4 ^
796074b5 ^
c915dff4 ^
796074b5 ^

e5a06fa2 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23