From ed56d5d6ffa02787795165f912f6d3cd8433fcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 20 Mar 2024 10:40:30 +0100 Subject: [PATCH] Add @llmII to docs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5117b9..5e5e194b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. ## 1.34.0 - 2024-03-21 - Add a new (split) PEG special by @ianthehenry - 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 +- Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe, @llmII. +- Expose _exit to skip certain cleanup with os/exit. - Swap set / body order for each by @sogaiu. - Abort on assert failure instead of exit. - Fix: os/proc-wait by @llmII.