mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
updated news.txt with backward compatibility breaks of sequtils
This commit is contained in:
@@ -87,7 +87,13 @@ News
|
||||
echo f(0, "abc")
|
||||
- The ``ftpclient`` module is now deprecated in favour of the
|
||||
``asyncdispatch`` module.
|
||||
|
||||
- In sequtils.nim renamed ``repeat`` function to ``cycle`` (concatenating
|
||||
a sequence by itself the given times), and also introduced ``repeat``,
|
||||
which repeats an element the given times.
|
||||
- The function ``map`` is moved to sequtils.nim. The inplace ``map`` version
|
||||
is renamed to ``apply``.
|
||||
- The template ``mapIt`` now doesn't require the result's type parameter.
|
||||
Also the inplace ``mapIt`` is renamed to ``apply``.
|
||||
|
||||
Library Additions
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user