Skip to content

Commit aa3c1fe

Browse files
committed
Add rename plugin
1 parent a064c43 commit aa3c1fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ChangeLog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ After a month of vacation a new hls release has arrived:
66

77
- Support for ghc 8.10.6 and 8.10.7
88
- The ormolu formatter plugin works with ghc 9.0.1
9+
- We have a *new brand plugin to let you rename indentifiers* thanks to @OliverMadine's great work
10+
- *Call hierarchy plugin has been improved* thanks to @July541:
11+
- Add call from type signature
12+
- Add call from a function pattern
13+
- Go to typeclass instance directly
914
- We have new docs thanks to @michaelpj: <https://haskell-language-server.readthedocs.io>
1015
- Now you can ask the executable for included plugins with: `haskell-language-server --list-plugins`
11-
- Call hierarchy plugin has been improved thanks to @July541:
12-
- Added call from type signature
13-
- And call from a function pattern
14-
- Go to typeclass instance directly
15-
- After this release we will drop support for ghc versions: 8.6.4, 8.10.3 and 8.10.4
16+
- *DEPRECATION NOTICE*: after this release we will drop support for ghc versions: 8.6.4, 8.10.3 and 8.10.4
1617
- The advise is upgrade ghc to the last minor version: 8.6.5 or 8.10.7
1718
- There are several bug fixes and features you can found in the merged pull requests list
1819

0 commit comments

Comments
 (0)