Skip to content

Commit 987b4de

Browse files
committed
bump version
1 parent 83750ef commit 987b4de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
### Unreleased
22

3+
### v0.17.7: 6 November 2023
4+
5+
#### Fixes
6+
7+
- Fixed issue in formatter not being able to format files in non mix projects
8+
- Fixed language server crash when unable to suggest contracts
9+
- Fixed language server when handling delete file notification and tracer is not behaving correctly
10+
- Fixed crash in completions when defoverridable refers to delegated function
11+
- Fixed crash in type inference engine related to invalid handling of Map functions arguments
12+
- Fixed crash in completions when overridable function has non trivial parameters
13+
- Added missing clauses handling function call expansion in type inference engine
14+
315
### v0.17.6: 2 November 2023
416

517
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.6
1+
0.17.7

0 commit comments

Comments
 (0)