Add @llmII to docs

This commit is contained in:
Josef Pospíšil 2024-03-20 10:40:30 +01:00
parent b317ab755c
commit ed56d5d6ff
1 changed files with 2 additions and 2 deletions

View File

@ -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.