From 3d82fdf48dfb55ae1eddb0d0ba5c4d896af11f42 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 14 Nov 2017 13:19:21 -0500 Subject: [PATCH] Fixup author of patch --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ca2c75..d61b230e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Features Bug Fixes -- Incorporated a patch from @0-8-15 to pass seconds to `thread-sleep!` instead of milliseconds. Fractional seconds are accepted as well for high-resolution timers. +- Incorporated a patch from [0-8-15](https://github.com/0-8-15) to pass seconds to `thread-sleep!` instead of milliseconds. Fractional seconds are accepted as well for high-resolution timers. ## 0.6.3 - September 16, 2017