From 4149df1fca70511417869b3c50230d424528a963 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 19 Oct 2019 10:35:56 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed1a170..9c3c8988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Add `prin`, `eprint`, `eprintf` and `eprin` functions. The + functions prefix with e print to `(dyn :err stderr)` +- Print family of functions can now also print to buffers + (before, they could only print to files.) Output can also + be completely disabled with `(setdyn :out false)`. +- `printf` is now a c function for optimizations in the case + of printing to buffers. ## 1.4.0 - 2019-10-14 - Add `quit` function to exit from a repl, but not always exit the entire