Skip to content

Commit 4cd21fe

Browse files
committed
Merge remote-tracking branch 'july/call-hierarchy-changelog-1.0.1.0' into prepare-1.4.0
2 parents 692a26e + 62d973e commit 4cd21fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

plugins/hls-call-hierarchy-plugin/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,17 @@ Enabled by default. You can disable it in your editor settings whenever you like
2323
```
2424

2525
## Change log
26+
### 1.0.1.0
27+
- Support call from a type signature.
28+
- Support call from a function pattern.
29+
- Incoming call now will go to typeclass instance instand of its definition.
2630
### 1.0.0.1
2731
- Support call hierarchy on type signatures.
32+
### 1.0.0.0
33+
- Released!
34+
35+
## Known issues:
36+
- Outgoing call have difficulty with going to typeclass instance due to `HieDb` lack of adequate info.
2837

2938
## Acknowledgments
3039
Supported by

0 commit comments

Comments
 (0)