From 1174c68d9a490bcd4d68ce36a3a1aaa020601d39 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 10 Oct 2022 18:23:15 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768106f1..da26cb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ All notable changes to this project will be documented in this file. ## ??? - Unreleased +- Windows FFI fixes. +- 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 -- Add optional parameter to `marshal` to skip cycle checking code. +- Add optional parameter to `marshal` to skip cycle checking code ## 1.24.1 - 2022-08-24 - Fix FFI bug on Linux/Posix