Skip to content

Commit 86eb88f

Browse files
committed
Add ChangeLog for 2.10.0.0 releases
1 parent f673ac6 commit 86eb88f

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

ChangeLog.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,100 @@
11
# Changelog for haskell-language-server
22

3+
## 2.10.0.0
4+
5+
- Support for GHC 9.8.4
6+
- Support for GHC 9.8.3
7+
- Support Jump to Instance
8+
- Support for Inlay Hints
9+
- Improvements to hls-cabal-plugin
10+
- Support more LSP features, such as
11+
- Goto Definition for modules
12+
- Module outline
13+
- Add dependency to a `.cabal` file using `cabal-add`
14+
15+
### Pull Requests
16+
17+
- Allow building with GHC 9.8.4
18+
([#4459](https://github.com/haskell/haskell-language-server/pull/4459)) by @fendor
19+
- Update python read-the-docs dependencies to latest
20+
([#4457](https://github.com/haskell/haskell-language-server/pull/4457)) by @fendor
21+
- More tests and better docs for cabal-add
22+
([#4455](https://github.com/haskell/haskell-language-server/pull/4455)) by @VenInf
23+
- ci(mergify): upgrade configuration to current format
24+
([#4454](https://github.com/haskell/haskell-language-server/pull/4454)) by @mergify[bot]
25+
- Build HLS with GHC 9.8.3
26+
([#4444](https://github.com/haskell/haskell-language-server/pull/4444)) by @fendor
27+
- Don't suggest -Wno-deferred-out-of-scope-variables
28+
([#4441](https://github.com/haskell/haskell-language-server/pull/4441)) by @jeukshi
29+
- Enable hls-stan-plugin for GHC 9.10.1
30+
([#4437](https://github.com/haskell/haskell-language-server/pull/4437)) by @fendor
31+
- Enhance formatting of the `cabal-version` error message
32+
([#4436](https://github.com/haskell/haskell-language-server/pull/4436)) by @fendor
33+
- Cabal ignore if for completions (#4289)
34+
([#4427](https://github.com/haskell/haskell-language-server/pull/4427)) by @SamuelLess
35+
- Fix cabal-add testdata for hls-cabal-plugin-tests
36+
([#4426](https://github.com/haskell/haskell-language-server/pull/4426)) by @fendor
37+
- gracefully handle errors for unsupported cabal version
38+
([#4425](https://github.com/haskell/haskell-language-server/pull/4425)) by @fridewald
39+
- Fix pre-commit in CI
40+
([#4424](https://github.com/haskell/haskell-language-server/pull/4424)) by @fendor
41+
- Cabal plugin: implement check for package.yaml in a stack project
42+
([#4422](https://github.com/haskell/haskell-language-server/pull/4422)) by @JMoss-dev
43+
- Fix exporting operator pattern synonym
44+
([#4420](https://github.com/haskell/haskell-language-server/pull/4420)) by @pbrinkmeier
45+
- Add docs about running tests for new contributors
46+
([#4418](https://github.com/haskell/haskell-language-server/pull/4418)) by @pbrinkmeier
47+
- Bump cachix/install-nix-action from 29 to 30
48+
([#4413](https://github.com/haskell/haskell-language-server/pull/4413)) by @dependabot[bot]
49+
- Bump cachix/install-nix-action from V27 to 29
50+
([#4411](https://github.com/haskell/haskell-language-server/pull/4411)) by @dependabot[bot]
51+
- Avoid expectFail in the test suite
52+
([#4402](https://github.com/haskell/haskell-language-server/pull/4402)) by @sgillespie
53+
- Fix typos in hls-cabal-fmt-plugin
54+
([#4399](https://github.com/haskell/haskell-language-server/pull/4399)) by @fendor
55+
- Jump to instance definition and explain typeclass evidence
56+
([#4392](https://github.com/haskell/haskell-language-server/pull/4392)) by @fendor
57+
- Update cabal-add dependency
58+
([#4389](https://github.com/haskell/haskell-language-server/pull/4389)) by @VenInf
59+
- Improve error message for `--probe-tools`
60+
([#4387](https://github.com/haskell/haskell-language-server/pull/4387)) by @sgillespie
61+
- Documentation for build-depends on hover
62+
([#4385](https://github.com/haskell/haskell-language-server/pull/4385)) by @VenInf
63+
- Bump haskell-actions/setup from 2.7.3 to 2.7.6
64+
([#4384](https://github.com/haskell/haskell-language-server/pull/4384)) by @dependabot[bot]
65+
- Bump haskell-actions/setup from 2.7.5 to 2.7.6 in /.github/actions/setup-build
66+
([#4383](https://github.com/haskell/haskell-language-server/pull/4383)) by @dependabot[bot]
67+
- Clear GHCup caches in CI to not run out of space in CI
68+
([#4382](https://github.com/haskell/haskell-language-server/pull/4382)) by @fendor
69+
- Cabal go to module's definition
70+
([#4380](https://github.com/haskell/haskell-language-server/pull/4380)) by @VenInf
71+
- Add Goto Definition for cabal common sections
72+
([#4375](https://github.com/haskell/haskell-language-server/pull/4375)) by @ChristophHochrainer
73+
- cabal-add integration as a CodeAction
74+
([#4360](https://github.com/haskell/haskell-language-server/pull/4360)) by @VenInf
75+
- Bump haskell-actions/setup from 2.7.3 to 2.7.5 in /.github/actions/setup-build
76+
([#4354](https://github.com/haskell/haskell-language-server/pull/4354)) by @dependabot[bot]
77+
- Support Inlay hints for record wildcards
78+
([#4351](https://github.com/haskell/haskell-language-server/pull/4351)) by @jetjinser
79+
- Remove componentInternalUnits
80+
([#4350](https://github.com/haskell/haskell-language-server/pull/4350)) by @soulomoon
81+
- Fix core file location in `GetLinkable`
82+
([#4347](https://github.com/haskell/haskell-language-server/pull/4347)) by @soulomoon
83+
- Release 2.9.0.1
84+
([#4346](https://github.com/haskell/haskell-language-server/pull/4346)) by @wz1000
85+
- Using captureKicksDiagnostics to speed up multiple plugin tests
86+
([#4339](https://github.com/haskell/haskell-language-server/pull/4339)) by @komikat
87+
- Get files from Shake VFS from within plugin handlers
88+
([#4328](https://github.com/haskell/haskell-language-server/pull/4328)) by @awjchen
89+
- Cabal plugin outline view
90+
([#4323](https://github.com/haskell/haskell-language-server/pull/4323)) by @VenInf
91+
- Add missing documentation for cabal formatters
92+
([#4322](https://github.com/haskell/haskell-language-server/pull/4322)) by @fendor
93+
- Provide explicit import in inlay hints
94+
([#4235](https://github.com/haskell/haskell-language-server/pull/4235)) by @jetjinser
95+
- Add codeactions for cabal field names
96+
([#3273](https://github.com/haskell/haskell-language-server/pull/3273)) by @dyniec
97+
398
## 2.9.0.1
499

5100
- Bindists for GHC 9.6.6

0 commit comments

Comments
 (0)