diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 17eedb3a1..34ecd66a0 100644 --- a/changelog.md +++ b/changelog.md @@ -51,6 +51,8 @@ and `typetraits.get` to get the ith element of a type tuple. - Added `typetraits.genericParams` to return a tuple of generic params from a generic instantiation +- Added `os.normalizePathEnd` for additional path sanitization. + ## Library changes - `asyncdispatch.drain` now properly takes into account `selector.hasPendingOperations` |