better documentation for 'finished' for first class iterators

This commit is contained in:
Araq
2015-01-26 22:48:11 +01:00
parent 26b853923c
commit d08cec0f7d
4 changed files with 54 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ News
- For empty ``case object`` branches ``discard`` can finally be used instead
of ``nil``.
- Automatic dereferencing is now done for the first argument of a routine
call if overloading resolution produces no match otherwise. This feature
has to be enabled with the `experimental`_ pragma.
2014-12-29 Version 0.10.2 released