Skip to content

Commit c718522

Browse files
committed
Add ChangeLog for 2.10.0.0 releases
1 parent 161b4b2 commit c718522

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

ChangeLog.md

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

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

591
- Bindists for GHC 9.6.6

0 commit comments

Comments
 (0)