From 9819994999221d1d44794657ed40fef47b00b90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 20 Mar 2024 10:32:13 +0100 Subject: [PATCH] Correct changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0ce6cf..f6dba0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased - 2024-03-21 +## 1.34.0 - 2024-03-21 - Add a new (split) PEG special by @ianthehenry - Add buffer/push-* sized int and float by @pnelson -- Fixed and tweaked many docs by @sogaiu. +- Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe. - Expose _exit to skip certain cleanup with os/exit -- Abort on assert failure instead of exit. -- Fix: os/proc-wait. +- 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. - Don't try and resume fibers that can't be resumed. - Register stream on unmarshal. - Fix asm roundtrip issue.