From 07d8c43f219ac4d7bdc67be3c496af32f3db209f Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Wed, 4 Oct 2023 13:59:33 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa9fc8db..bd333dbe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,15 @@ The Koto project adheres to - `Ptr` and `PtrMut` wrappers have been introduced as the core memory types for the runtime, replacing uses of `Rc` and `Rc>`. +#### REPL + +- Added support for disabling colored output with the `NO_COLOR` environment + variable. +- The REPL has been reimplemented with + [rustyline](https://github.com/kkawakam/rustyline) + - History is now maintained between sessions. + - Emacs / VI key bindings have been added. +- A `config.koto` file can be written to maintain REPL settings. ### Changed