summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-07-15 13:47:30 +0200
committerGitHub <noreply@github.com>2019-07-15 13:47:30 +0200
commit8513f50a8d584a36667e789059407b7ad6135878 (patch)
tree3516523167ad0d2acfca3148ad2d34ce237601db /changelog.md
parentdd7dd1b6dc775ab106fec3c4224f89d41a5ad176 (diff)
parent974362c98f6adc4f3dd3be3c5ba0d684f2cfa489 (diff)
downloadNim-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.md1
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