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

Typo fixes.

This commit is contained in:
Calvin Rose 2022-10-10 18:38:24 -05:00
parent 54b52bbeb5
commit af12c3d41a

View File

@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
- Fix PEG `if-not` combinator with captures in the condition
- Fix bug with `os/date` with nil first argument
- Fix bug with `net/accept` on Linux that could leak file descriptors to subprocesses
- Reduce number of hash collisiions from pointer hashing
- Reduce number of hash collisions from pointer hashing
- Add optional parameter to `marshal` to skip cycle checking code
## 1.24.1 - 2022-08-24