Skip to content

Commit 3e55a06

Browse files
committed
Update to version 0.4.9
Update CHANGELOG with 0.4.9 release
1 parent 6a8fff5 commit 3e55a06

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77
### Fixed
88

9+
10+
## v0.4.9
11+
12+
### Added
13+
14+
- Allow incomplete data definition
15+
- Add record and rewrite keywords
16+
- Support literate files
17+
- Add cast snippet
18+
19+
### Fixed
20+
21+
- Indent after do/where/if/then/else/of
22+
- Save file state when executing commands
23+
924
## v0.4.8
1025

1126
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "language-idris",
33
"main": "./lib/language-idris",
4-
"version": "0.4.8",
4+
"version": "0.4.9",
55
"private": true,
66
"description": "A plugin for developing with Idris",
77
"repository": "https://github.com/idris-hackers/atom-language-idris",

0 commit comments

Comments
 (0)