Skip to content

Instantly share code, notes, and snippets.

@tmm1
Created September 22, 2015 22:18
Show Gist options
  • Save tmm1/1d64969262482b13aeca to your computer and use it in GitHub Desktop.
Save tmm1/1d64969262482b13aeca to your computer and use it in GitHub Desktop.
diff --git a/web/news.txt b/web/news.txt
index beb9819..bc54c43 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -3,7 +3,7 @@ News
====
..
- 2015-09-14 Version 0.11.4 released
+ 2015-xx-xx Version 0.11.4 released
==================================
Changes affecting backwards compatibility
@@ -120,9 +120,9 @@ News
- Added ``macros.getImpl`` that can be used to access the implementation of
a routine or a constant. This allows for example for user-defined inlining
of function calls.
- - Tuple unpacking finally works in a non-var/let context: ``(x, y) == f()``
+ - Tuple unpacking finally works in a non-var/let context: ``(x, y) = f()``
is allowed. Note that this doesn't declare ``x`` and ``y`` variables, for
- this ``let (x, y) == f()`` still needs to be used.
+ this ``let (x, y) = f()`` still needs to be used.
- ``when nimvm`` can now be used for compiletime versions of some code
sections. Click `here <docs/manual.html#when-nimvm-statement>`_ for details.
- Usage of the type ``NimNode`` in a proc now implicitly annotates the proc
@@ -168,7 +168,6 @@ News
- Fixed "Invalid UTF-8 strings in JavaScript"
(`#2917 <https://github.com/Araq/Nim/issues/2917>`_)
- Fixed "[JS][Codegen] Initialising object doesn't create unmentioned fields."
-
(`#2617 <https://github.com/Araq/Nim/issues/2617>`_)
- Fixed "Table returned from proc computed at compile time is missing keys:"
(`#2297 <https://github.com/Araq/Nim/issues/2297>`_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment