diff options
author | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2019-07-11 11:19:11 +0200 |
---|---|---|
committer | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2019-07-12 10:15:06 +0200 |
commit | fd24a8923ebc51592d2210637304ff2c0a2b8ecd (patch) | |
tree | fa4568591f617200900452eea1990e4026cdb394 /changelog.md | |
parent | b8be1ccb855f8bde82ed1721e4231119ffa48e9f (diff) | |
download | Nim-fd24a8923ebc51592d2210637304ff2c0a2b8ecd.tar.gz |
[feature] Added std/monotimes
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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 |