summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-13 12:05:36 +0100
committerAraq <rumpf_a@web.de>2018-12-13 12:05:50 +0100
commit9cc4a57768156883acc4e8190c78a69ed2c3d526 (patch)
tree693e8b338654b3e9a00b726545fa99eab042466c /changelog.md
parent467f53512fa77d6d7a706d8f946c2ec72594c8a5 (diff)
downloadNim-9cc4a57768156883acc4e8190c78a69ed2c3d526.tar.gz
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/pathutils.nim; added os.relativePath
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 41be28880..e48f72023 100644
--- a/changelog.md
+++ b/changelog.md
@@ -90,6 +90,8 @@ proc enumToString*(enums: openArray[enum]): string =
 - There is a new stdlib module `std/diff` to compute the famous "diff"
   of two texts by line.
 
+- Added `os.relativePath`.
+
 ### Library changes
 
 - The string output of `macros.lispRepr` proc has been tweaked