From b317ab755c07cf2cb30fbbfc886e0136671cfb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 20 Mar 2024 10:34:30 +0100 Subject: [PATCH] One more commit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6dba0c4..cd5117b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. - Add buffer/push-* sized int and float by @pnelson - Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe. - Expose _exit to skip certain cleanup with os/exit -- Abort on assert failure instead of exit.) +- Swap set / body order for each by @sogaiu. +- Abort on assert failure instead of exit. - Fix: os/proc-wait by @llmII. - Fix macex1 to keep syntax location for all tuples. - Restore if-let tail calls.