From ab32231cd174b92527366f341cd6430fa4344370 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 20 Jan 2025 23:51:54 +0100 Subject: [PATCH] Added releasenotes. --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index 57192a29e..054d11900 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -20,6 +20,7 @@ ### Stdlib changes - Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter. - Added weakly linked `__powidf2` +- Added channels for threads. ## 0.6.6 Change list