1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 09:17:17 +00:00

Move date and sort people

This commit is contained in:
Josef Pospíšil 2024-03-22 07:54:23 +01:00
parent ed56d5d6ff
commit ee11ff9da9

View File

@ -1,10 +1,10 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.34.0 - 2024-03-21 ## 1.34.0 - 2024-03-22
- Add a new (split) PEG special by @ianthehenry - Add a new (split) PEG special by @ianthehenry
- Add buffer/push-* sized int and float by @pnelson - Add buffer/push-* sized int and float by @pnelson
- Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe, @llmII. - Documentation improvements: @amano-kenji, @llmII, @MaxGyver83, @pepe, @sogaiu.
- Expose _exit to skip certain cleanup with os/exit. - Expose _exit to skip certain cleanup with os/exit.
- Swap set / body order for each by @sogaiu. - Swap set / body order for each by @sogaiu.
- Abort on assert failure instead of exit. - Abort on assert failure instead of exit.