From 95eb54045fe124b83298666d38404f5bff46f515 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 8 Jun 2019 17:22:42 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78563f3..6b8b095c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Add `:p` flag to `fiber/new`. +- Add `file/{fdopen,fileno}` functions. +- Add `parser/clone` function. - Add optional argument to `parser/where` to set parser byte index. - Add optional `env` argument to `all-bindings` and `all-dynamics`. - Add scratch memory C API functions for auto-released memory on next gc.