Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Oct 4, 2023
1 parent 89f8d0c commit 07d8c43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ The Koto project adheres to
- `Ptr<T>` and `PtrMut<T>` wrappers have been introduced as the core memory
types for the runtime, replacing uses of `Rc<T>` and `Rc<RefCell<T>>`.

#### 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

Expand Down

0 comments on commit 07d8c43

Please sign in to comment.