Commit 51cc426a authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent de3436da
......@@ -34,7 +34,12 @@ Features added
Bugs fixed
----------
* Loops over ``range(enum)`` were not converted into C for-loops.
* The exception state handling in generators and coroutines could lead to
exceptions in the caller being lost if an exception was raised and handled
inside of the coroutine when yielding. (Github issue #1731)
* Loops over ``range(enum)`` were not converted into C for-loops. Note that it
is still recommended to use an explicit cast to a C integer type in this case.
* Error positions of names (e.g. variables) were incorrectly reported after the
name and not at the beginning of the name.
......@@ -46,7 +51,6 @@ Bugs fixed
(Github issue #1837)
0.26.1 (2017-??-??)
===================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment