Skip to content

Commit 8748c42

Browse files
committed
Prepare for release
1 parent 190ab23 commit 8748c42

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## 1.0.x (unreleased)
1+
## 1.0.5
22

3+
Features:
4+
- Custom folding. See README.
5+
- Support for doc strings when hovering on modules.
6+
- Jump to type definition for types defined in inner modules.
7+
8+
Fixes:
39
- Properly highlight nested comments.
4-
- Fix Windows diagnostics!
5-
- Custom folding. See README
10+
- Windows diagnostics!
11+
- Removed a potential infinite loop issue in autocomplete.
12+
- Don't autocomplete `open MyModule` inside line comments.
13+
- Don't print parentheses as in `A()` for 0-ary variants.
614

715
## 1.0.4
816

0 commit comments

Comments
 (0)