From 6759d18811e5ad12fb9e609f55da4a27b80f0133 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 23 Apr 2017 16:39:01 -0500 Subject: [PATCH] Add changes entry --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1b7d475..5cc1570 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ 1.20 (in preparation) --------------------- +* Add `-implicit-bindings` option to automatically bind expressions to names + `_0`, `_1` and so on. For example, `3 + 4;;` becomes `let _0 = 3 + 4;;` + (#161, #193, Fabian Hemmer) * Add tab completion for `#mod_use` (#181, Leonid Rozenberg) * Mention `#help` in `#utop_help` (#190, Fabian Hemmer) * Add `#utop_stash` and `#utop_save` to save the session to a file