|
1 | 1 | # Changelog for haskell-language-server
|
2 | 2 |
|
| 3 | +## 2.0.0.1 |
| 4 | + |
| 5 | +- Add overloaded record dot plugin intial version (closes #3350) (#3560) |
| 6 | +- Binaries for GHC 9.2.8 and GHC 9.6.2 |
| 7 | + |
3 | 8 | ## 2.0.0.0
|
4 | 9 |
|
5 | 10 | - New versioning scheme for all packages distributed as part of HLS,
|
|
95 | 100 | ([#3411](https://github.com/haskell/haskell-language-server/pull/3411)) by @pepeiborra
|
96 | 101 | - Support fourmolu 0.10
|
97 | 102 | ([#3410](https://github.com/haskell/haskell-language-server/pull/3410)) by @brandonchinn178
|
98 |
| -- Fix nix build CI |
| 103 | +- Fix nix build CI |
99 | 104 | ([#3404](https://github.com/haskell/haskell-language-server/pull/3404)) by @wavewave
|
100 | 105 | - Fix fourmolu with -f-fixity-th in nix env
|
101 | 106 | ([#3400](https://github.com/haskell/haskell-language-server/pull/3400)) by @wavewave
|
|
145 | 150 | ([#3339](https://github.com/haskell/haskell-language-server/pull/3339)) by @santiweight
|
146 | 151 | - Add hls-cabal-fmt-plugin to hackage release CI script and HLS library
|
147 | 152 | ([#3335](https://github.com/haskell/haskell-language-server/pull/3335)) by @fendor
|
148 |
| -- Ensure at least 1 capability |
| 153 | +- Ensure at least 1 capability |
149 | 154 | ([#3334](https://github.com/haskell/haskell-language-server/pull/3334)) by @pepeiborra
|
150 | 155 | - Add support for Fourmolu 0.9
|
151 | 156 | ([#3331](https://github.com/haskell/haskell-language-server/pull/3331)) by @brandonchinn178
|
|
324 | 329 | - Initial support for GHC 9.4 with binaries for GHC 9.4.1 and GHC 9.4.2
|
325 | 330 | - Startup time and performance improvements on projects using Template Haskell by serializing intermediate core (#2813)
|
326 | 331 | - Memory usage improvements due to using a packed representation for filepaths (#3067, @kokobd)
|
327 |
| -- Improvements for hls-class-plugin (#2920, @July541) |
| 332 | +- Improvements for hls-class-plugin (#2920, @July541) |
328 | 333 | - The new hls-gadt-plugin (#2899, @July541)
|
329 | 334 | - Moving code actions from ghcide to the new hls-refactor-plugin (#3091, @wz1000)
|
330 | 335 | - Many more improvements and bug fixes thanks to our contributors!
|
|
549 | 554 | ([#2873](https://github.com/haskell/haskell-language-server/pull/2873)) by @pepeiborra
|
550 | 555 | - Expand input to pragma if available
|
551 | 556 | ([#2871](https://github.com/haskell/haskell-language-server/pull/2871)) by @July541
|
552 |
| -- Fix hanging redundant import on Unicode function |
| 557 | +- Fix hanging redundant import on Unicode function |
553 | 558 | ([#2870](https://github.com/haskell/haskell-language-server/pull/2870)) by @drsooch
|
554 | 559 | - Compatibility with older aeson releases
|
555 | 560 | ([#2868](https://github.com/haskell/haskell-language-server/pull/2868)) by @pepeiborra
|
|
754 | 759 | - Improve logging
|
755 | 760 | ([#2558](https://github.com/haskell/haskell-language-server/pull/2558)) by @eddiemundo
|
756 | 761 | - Improve recompilation avoidance in the presence of TH
|
757 |
| -([#2316](https://github.com/haskell/haskell-language-server/pull/2316)) by @wz1000 |
| 762 | +([#2316](https://github.com/haskell/haskell-language-server/pull/2316)) by @wz1000 |
758 | 763 |
|
759 | 764 | ## 1.6.1.1 (*only hackage release*)
|
760 | 765 |
|
|
0 commit comments