This commit is contained in:
Araq
2015-06-15 01:22:12 +02:00
parent 8d39669233
commit d6f94091ed

View File

@@ -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
-----------------