Skip to content

Commit 007c851

Browse files
committed
Update ChangeLog
1 parent eec2442 commit 007c851

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed

ChangeLog.md

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

3+
## 2.10.0.0
4+
5+
- Bindists for GHC 9.12.2
6+
- Bindists for GHC 9.8.4
7+
- Bindists for GHC 9.6.7
8+
- `hls-cabal-plugin` features
9+
- Support for `cabal-add`
10+
- Goto Definition for common sections
11+
- Outline of .cabal files
12+
- Fix handling of LSP resolve requests
13+
- Display Inlay Hints
14+
- Records
15+
- Imports
16+
17+
### Pull Requests
18+
19+
- Fix cabal check for Hackage release
20+
([#4528](https://github.com/haskell/haskell-language-server/pull/4528)) by @fendor
21+
- GHC 9.12 support
22+
([#4527](https://github.com/haskell/haskell-language-server/pull/4527)) by @wz1000
23+
- Bump cachix/install-nix-action from 30 to 31
24+
([#4525](https://github.com/haskell/haskell-language-server/pull/4525)) by @dependabot[bot]
25+
- Bump cachix/cachix-action from 15 to 16
26+
([#4523](https://github.com/haskell/haskell-language-server/pull/4523)) by @dependabot[bot]
27+
- Bump haskell-actions/setup from 2.7.9 to 2.7.10
28+
([#4522](https://github.com/haskell/haskell-language-server/pull/4522)) by @dependabot[bot]
29+
- Bump haskell-actions/setup from 2.7.9 to 2.7.10 in /.github/actions/setup-build
30+
([#4521](https://github.com/haskell/haskell-language-server/pull/4521)) by @dependabot[bot]
31+
- Move ghcide-test to stand alone dir
32+
([#4520](https://github.com/haskell/haskell-language-server/pull/4520)) by @soulomoon
33+
- refactor: remove unnecessary instance and use of unsafeCoerce
34+
([#4518](https://github.com/haskell/haskell-language-server/pull/4518)) by @MangoIV
35+
- convert `pre-commit-config.yaml` from JSON to YAML
36+
([#4513](https://github.com/haskell/haskell-language-server/pull/4513)) by @peterbecich
37+
- Enable bench for 9.10
38+
([#4512](https://github.com/haskell/haskell-language-server/pull/4512)) by @soulomoon
39+
- Bugfix: Explicit record fields inlay hints for polymorphic records
40+
([#4510](https://github.com/haskell/haskell-language-server/pull/4510)) by @wczyz
41+
- Capitalization of "Replace"
42+
([#4509](https://github.com/haskell/haskell-language-server/pull/4509)) by @dschrempf
43+
- document eval plugin not supporting multiline expressions
44+
([#4495](https://github.com/haskell/haskell-language-server/pull/4495)) by @noughtmare
45+
- Documentation: Imrpove "Contributing" (and amend Sphinx builders)
46+
([#4494](https://github.com/haskell/haskell-language-server/pull/4494)) by @dschrempf
47+
- Documentation: HLS plugin tutorial improvements
48+
([#4491](https://github.com/haskell/haskell-language-server/pull/4491)) by @dschrempf
49+
- Nix tooling (minor changes)
50+
([#4490](https://github.com/haskell/haskell-language-server/pull/4490)) by @dschrempf
51+
- Bump haskell-actions/setup from 2.7.8 to 2.7.9
52+
([#4483](https://github.com/haskell/haskell-language-server/pull/4483)) by @dependabot[bot]
53+
- Bump haskell-actions/setup from 2.7.8 to 2.7.9 in /.github/actions/setup-build
54+
([#4482](https://github.com/haskell/haskell-language-server/pull/4482)) by @dependabot[bot]
55+
- Rework bindist CI
56+
([#4481](https://github.com/haskell/haskell-language-server/pull/4481)) by @wz1000
57+
- Remove Unsafe Dynflags deadcode, they don't exist any more!
58+
([#4480](https://github.com/haskell/haskell-language-server/pull/4480)) by @fendor
59+
- Implement fallback handler for `*/resolve` requests
60+
([#4478](https://github.com/haskell/haskell-language-server/pull/4478)) by @fendor
61+
- Bump haskell-actions/setup from 2.7.7 to 2.7.8
62+
([#4477](https://github.com/haskell/haskell-language-server/pull/4477)) by @dependabot[bot]
63+
- Bump haskell-actions/setup from 2.7.7 to 2.7.8 in /.github/actions/setup-build
64+
([#4476](https://github.com/haskell/haskell-language-server/pull/4476)) by @dependabot[bot]
65+
- Bump haskell-actions/setup from 2.7.6 to 2.7.7
66+
([#4471](https://github.com/haskell/haskell-language-server/pull/4471)) by @dependabot[bot]
67+
- Bump haskell-actions/setup from 2.7.6 to 2.7.7 in /.github/actions/setup-build
68+
([#4470](https://github.com/haskell/haskell-language-server/pull/4470)) by @dependabot[bot]
69+
- Allow building with GHC 9.8.4
70+
([#4459](https://github.com/haskell/haskell-language-server/pull/4459)) by @fendor
71+
- Update python read-the-docs dependencies to latest
72+
([#4457](https://github.com/haskell/haskell-language-server/pull/4457)) by @fendor
73+
- More tests and better docs for cabal-add
74+
([#4455](https://github.com/haskell/haskell-language-server/pull/4455)) by @VenInf
75+
- ci(mergify): upgrade configuration to current format
76+
([#4454](https://github.com/haskell/haskell-language-server/pull/4454)) by @mergify[bot]
77+
- Support record positional construction inlay hints
78+
([#4447](https://github.com/haskell/haskell-language-server/pull/4447)) by @jetjinser
79+
- Build HLS with GHC 9.8.3
80+
([#4444](https://github.com/haskell/haskell-language-server/pull/4444)) by @fendor
81+
- Don't suggest -Wno-deferred-out-of-scope-variables
82+
([#4441](https://github.com/haskell/haskell-language-server/pull/4441)) by @jeukshi
83+
- Enable hls-stan-plugin for GHC 9.10.1
84+
([#4437](https://github.com/haskell/haskell-language-server/pull/4437)) by @fendor
85+
- Enhance formatting of the `cabal-version` error message
86+
([#4436](https://github.com/haskell/haskell-language-server/pull/4436)) by @fendor
87+
- Support structured diagnostics 2
88+
([#4433](https://github.com/haskell/haskell-language-server/pull/4433)) by @noughtmare
89+
- Cabal ignore if for completions (#4289)
90+
([#4427](https://github.com/haskell/haskell-language-server/pull/4427)) by @SamuelLess
91+
- Fix cabal-add testdata for hls-cabal-plugin-tests
92+
([#4426](https://github.com/haskell/haskell-language-server/pull/4426)) by @fendor
93+
- gracefully handle errors for unsupported cabal version
94+
([#4425](https://github.com/haskell/haskell-language-server/pull/4425)) by @fridewald
95+
- Fix pre-commit in CI
96+
([#4424](https://github.com/haskell/haskell-language-server/pull/4424)) by @fendor
97+
- link executables dynamically to speed up linking
98+
([#4423](https://github.com/haskell/haskell-language-server/pull/4423)) by @develop7
99+
- Cabal plugin: implement check for package.yaml in a stack project
100+
([#4422](https://github.com/haskell/haskell-language-server/pull/4422)) by @JMoss-dev
101+
- Fix exporting operator pattern synonym
102+
([#4420](https://github.com/haskell/haskell-language-server/pull/4420)) by @pbrinkmeier
103+
- Add docs about running tests for new contributors
104+
([#4418](https://github.com/haskell/haskell-language-server/pull/4418)) by @pbrinkmeier
105+
- Bump cachix/install-nix-action from 29 to 30
106+
([#4413](https://github.com/haskell/haskell-language-server/pull/4413)) by @dependabot[bot]
107+
- Bump cachix/install-nix-action from V27 to 29
108+
([#4411](https://github.com/haskell/haskell-language-server/pull/4411)) by @dependabot[bot]
109+
- Avoid expectFail in the test suite
110+
([#4402](https://github.com/haskell/haskell-language-server/pull/4402)) by @sgillespie
111+
- Fix typos in hls-cabal-fmt-plugin
112+
([#4399](https://github.com/haskell/haskell-language-server/pull/4399)) by @fendor
113+
- Jump to instance definition and explain typeclass evidence
114+
([#4392](https://github.com/haskell/haskell-language-server/pull/4392)) by @fendor
115+
- Update cabal-add dependency
116+
([#4389](https://github.com/haskell/haskell-language-server/pull/4389)) by @VenInf
117+
- Improve error message for `--probe-tools`
118+
([#4387](https://github.com/haskell/haskell-language-server/pull/4387)) by @sgillespie
119+
- Documentation for build-depends on hover
120+
([#4385](https://github.com/haskell/haskell-language-server/pull/4385)) by @VenInf
121+
- Bump haskell-actions/setup from 2.7.3 to 2.7.6
122+
([#4384](https://github.com/haskell/haskell-language-server/pull/4384)) by @dependabot[bot]
123+
- Bump haskell-actions/setup from 2.7.5 to 2.7.6 in /.github/actions/setup-build
124+
([#4383](https://github.com/haskell/haskell-language-server/pull/4383)) by @dependabot[bot]
125+
- Clear GHCup caches in CI to not run out of space in CI
126+
([#4382](https://github.com/haskell/haskell-language-server/pull/4382)) by @fendor
127+
- Cabal go to module's definition
128+
([#4380](https://github.com/haskell/haskell-language-server/pull/4380)) by @VenInf
129+
- Add Goto Definition for cabal common sections
130+
([#4375](https://github.com/haskell/haskell-language-server/pull/4375)) by @ChristophHochrainer
131+
- cabal-add integration as a CodeAction
132+
([#4360](https://github.com/haskell/haskell-language-server/pull/4360)) by @VenInf
133+
- Bump haskell-actions/setup from 2.7.3 to 2.7.5 in /.github/actions/setup-build
134+
([#4354](https://github.com/haskell/haskell-language-server/pull/4354)) by @dependabot[bot]
135+
- Support Inlay hints for record wildcards
136+
([#4351](https://github.com/haskell/haskell-language-server/pull/4351)) by @jetjinser
137+
- Remove componentInternalUnits
138+
([#4350](https://github.com/haskell/haskell-language-server/pull/4350)) by @soulomoon
139+
- Fix core file location in `GetLinkable`
140+
([#4347](https://github.com/haskell/haskell-language-server/pull/4347)) by @soulomoon
141+
- Release 2.9.0.1
142+
([#4346](https://github.com/haskell/haskell-language-server/pull/4346)) by @wz1000
143+
- Using captureKicksDiagnostics to speed up multiple plugin tests
144+
([#4339](https://github.com/haskell/haskell-language-server/pull/4339)) by @komikat
145+
- Get files from Shake VFS from within plugin handlers
146+
([#4328](https://github.com/haskell/haskell-language-server/pull/4328)) by @awjchen
147+
- Cabal plugin outline view
148+
([#4323](https://github.com/haskell/haskell-language-server/pull/4323)) by @VenInf
149+
- Add missing documentation for cabal formatters
150+
([#4322](https://github.com/haskell/haskell-language-server/pull/4322)) by @fendor
151+
- Provide explicit import in inlay hints
152+
([#4235](https://github.com/haskell/haskell-language-server/pull/4235)) by @jetjinser
153+
- Add codeactions for cabal field names
154+
([#3273](https://github.com/haskell/haskell-language-server/pull/3273)) by @dyniec
155+
3156
## 2.9.0.1
4157

5158
- Bindists for GHC 9.6.6

0 commit comments

Comments
 (0)