diff options
author | Araq <rumpf_a@web.de> | 2018-12-12 16:27:37 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-12 16:27:37 +0100 |
commit | 070bcf4cea28a3238089379f5884787b2084b2de (patch) | |
tree | 3f72f04b3920a293d761d2be95ada63225900150 /changelog.md | |
parent | afa2ca6a0bdbf00fd8dddc993292c1cb3ea060bf (diff) | |
download | Nim-070bcf4cea28a3238089379f5884787b2084b2de.tar.gz |
added diff.nim to the stdlib
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
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 |