From 60304c7e273c09ed60e4dba209922afb58d0e1fe Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 23 Jan 2020 19:07:09 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 641ab144..c53b74f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. ### Unreleased +- Remove `file/fileno` and `file/fdopen`. - Remove `==`, `not==`, `order<`, `order>`, `order<=`, and `order>=`. Instead, use the normal comparison and equality functions. - Let abstract types define a hash function and comparison/equality semantics. This lets @@ -11,6 +12,7 @@ All notable changes to this project will be documented in this file. - Update documentation. - Add `module/add-paths` - Add `file/temp` +- Add `mod` function to core. - Small bug fixes - Allow signaling from C functions (yielding) via janet\_signalv. This makes it easy to write C functions that work with event loops, such as