summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--web/news.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 2b6079620..45bbe8c44 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -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
   -----------------