summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorOscar Nihlgård <oscarnihlgard@gmail.com>2019-07-11 11:19:11 +0200
committerOscar Nihlgård <oscarnihlgard@gmail.com>2019-07-12 10:15:06 +0200
commitfd24a8923ebc51592d2210637304ff2c0a2b8ecd (patch)
treefa4568591f617200900452eea1990e4026cdb394 /changelog.md
parentb8be1ccb855f8bde82ed1721e4231119ffa48e9f (diff)
downloadNim-fd24a8923ebc51592d2210637304ff2c0a2b8ecd.tar.gz
[feature] Added std/monotimes
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e1294bf6e..33fa45b6f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -23,6 +23,7 @@
 
 - Make public `Sha1Digest` and `Sha1State` types and `newSha1State`, `update` and `finalize` procedures from `sha1` module. (#11694)
 
+- Added the `std/monotimes` module which implements monotonic timestamps.
 
 ## Language additions