mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 09:58:01 +00:00
fixes #2904
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user