Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhmale committed Mar 24, 2017
1 parent f9671e9 commit 16be169
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
18 changes: 2 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.3.6

* Syntax file improvement [#24](https://github.com/zjhmale/vscode-idris/issues/24) [@be5invis](https://github.com/be5invis)
* Fix loading `pkgs` for bootstrapping [@be5invis](https://github.com/be5invis)
* Fix loading `pkgs` for bootstrapping [774ecde](https://github.com/zjhmale/vscode-idris/commit/774ecded6419af483ce0c255957282f5076a283d) [@be5invis](https://github.com/be5invis)
* Show type definition on hover [#22](https://github.com/zjhmale/vscode-idris/issues/22)
* Type checking on saving file [#25](https://github.com/zjhmale/vscode-idris/issues/25)

Expand All @@ -25,18 +25,4 @@

## 0.3.0

### Basic features [#4](https://github.com/zjhmale/vscode-idris/issues/4)

* Typechecking
* Showing the types of a variable
* Showing the doc for a variable
* Showing the doc for a definition
* Showing holes
* Clause-adding
* Case-splitting
* Proof-search
* Make-with
* Make-case
* Make-lemma
* Apropos
* Basic REPL
* Basic features [#4](https://github.com/zjhmale/vscode-idris/issues/4)
2 changes: 1 addition & 1 deletion features.md → FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@

![completion](./images/screenshots/completion.gif)

### Show type on hover
### Show type definition on hover

![hover](./images/screenshots/hover.gif)
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Implemented features

[screenshots](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md)
[Screenshots](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md)

| command | shortcut |
|---|---|
Expand All @@ -31,7 +31,8 @@

* ipkg highlighting
* Auto completion
* Show types on hover
* Show type definition on hover
* Type checking on saving file

## Installation

Expand Down

0 comments on commit 16be169

Please sign in to comment.