From 6ef8773b316ec52f6880c5669dde994c51b2f4ca Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 3 Mar 2021 21:32:39 -0500 Subject: [PATCH] Document latest change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba61f8f3..8334977b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Features Bug Fixes - Prevent the compiler from inlining calls to primitives that open ports, avoiding a range of issues such as an open file operation being inlined across multiple places in the intermediate code. +- Arthur Maciel updated `current-jiffy` to use `clock_gettime`. ## 0.26 - February 3, 2021