summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-12 16:27:37 +0100
committerAraq <rumpf_a@web.de>2018-12-12 16:27:37 +0100
commit070bcf4cea28a3238089379f5884787b2084b2de (patch)
tree3f72f04b3920a293d761d2be95ada63225900150 /changelog.md
parentafa2ca6a0bdbf00fd8dddc993292c1cb3ea060bf (diff)
downloadNim-070bcf4cea28a3238089379f5884787b2084b2de.tar.gz
added diff.nim to the stdlib
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 62450d58e..024109df9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -86,6 +86,9 @@ proc enumToString*(enums: openArray[enum]): string =
 - Added `macros.isInstantiationOf` for checking if the proc symbol
   is instantiation of generic proc symbol.
 
+- There is a new stdlib mdoule `std/diff` to compute the famous "diff"
+  of two texts by line.
+
 
 ### Library changes