Skip to content

Commit ee2ffd1

Browse files
committed
Update changelog for v0.2.25
1 parent f82fb4d commit ee2ffd1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v0.2.25: 23 May 2019
2+
3+
- Fix compatibility with Elixir 1.9
4+
- Fix bug where Mix file is not reloaded on change if it had errors
5+
- Remove unneccessary empty parens from suggested specs
6+
- Add 'dialyzerFormat' setting to select which warning formatter to use. Options are `"dialyzer"` (default), `"dialyxir_short"`, `"dialyxir_long"`
7+
- (VS Code) Support syntax highlighting in Phoenix LiveView (.leex) files, including ~L sigil (Thanks to @rrichardsonv)
8+
- (VS Code) Improved syntax highlighting and other automatic behavior (Thanks to @crbelaus)
9+
- Fix crash when yecc grammar file has conflicts
10+
- Dialyzer robustness improvements
11+
- When autocompleting a function name with cursor immediately prior to a `(`, don't insert additional parens and argument list
12+
113
### v0.2.24: 15 Oct 2018
214

315
- Fix debugger crash in new versions of VS Code (Thanks to @martin-watts)

0 commit comments

Comments
 (0)