diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-07-15 13:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 13:47:30 +0200 |
commit | 8513f50a8d584a36667e789059407b7ad6135878 (patch) | |
tree | 3516523167ad0d2acfca3148ad2d34ce237601db /changelog.md | |
parent | dd7dd1b6dc775ab106fec3c4224f89d41a5ad176 (diff) | |
parent | 974362c98f6adc4f3dd3be3c5ba0d684f2cfa489 (diff) | |
download | Nim-8513f50a8d584a36667e789059407b7ad6135878.tar.gz |
Add std/monotimes which implements monotonic timestamps (#11712)
* [feature] Added std/monotimes * [other] Minor optimization in times
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 7cf04f353..bf2d90f0d 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 |