Add changes entry
This commit is contained in:
parent
8ed78f2e39
commit
6759d18811
|
@ -1,6 +1,9 @@
|
||||||
1.20 (in preparation)
|
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)
|
* Add tab completion for `#mod_use` (#181, Leonid Rozenberg)
|
||||||
* Mention `#help` in `#utop_help` (#190, Fabian Hemmer)
|
* Mention `#help` in `#utop_help` (#190, Fabian Hemmer)
|
||||||
* Add `#utop_stash` and `#utop_save` to save the session to a file
|
* Add `#utop_stash` and `#utop_save` to save the session to a file
|
||||||
|
|
Loading…
Reference in New Issue