From 920c1284d28db62e81f5ecc04b9833ddb1086657 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jun 2018 13:45:06 -0400 Subject: [PATCH] Issue #261 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08524d20..cdceb500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Features - Allow optimization of some simple self-recursive functions. - Improve GC performance for large heaps. +Bug Fixes + +- Fixed a bug where `current-jiffy` was returning total clock time of the process, which cannot be used to measure time accurately when more than one thread is executing concurrently. + ## 0.8 - May 30, 2018 Features