Update changes

This commit is contained in:
Jeremie Dimino 2017-05-26 15:30:41 +01:00
parent 202917d9d3
commit fa6a8c7c6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
1.20 (in preparation)
---------------------
2.0.0 (2016-05-26)
------------------
* Add `-implicit-bindings` option to automatically bind expressions to names
`_0`, `_1` and so on. For example, `3 + 4;;` becomes `let _0 = 3 + 4;;`