Update CHANGELOG for :doc and :browse

This commit is contained in:
Edwin Brady 2020-07-08 18:06:02 +01:00
parent 6dce3a0735
commit 2696130720

View File

@ -60,6 +60,8 @@ feature in documented [here](https://idris2.readthedocs.io/en/latest/backends/cu
REPL changes:
* Implemented `:module` command, to load a module during a REPL session.
* Implemented `:doc`, which displays documentation for a name.
* Implemented `:browse`, which lists the names exported by a namespace.
Changes since Idris 2 v0.1.0
----------------------------