Skip to content

Commit 75b874a

Browse files
committed
Update ChangeLog.md for release 2.0.0.1
1 parent e41db3d commit 75b874a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

ChangeLog.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for haskell-language-server
22

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+
38
## 2.0.0.0
49

510
- New versioning scheme for all packages distributed as part of HLS,
@@ -95,7 +100,7 @@
95100
([#3411](https://github.com/haskell/haskell-language-server/pull/3411)) by @pepeiborra
96101
- Support fourmolu 0.10
97102
([#3410](https://github.com/haskell/haskell-language-server/pull/3410)) by @brandonchinn178
98-
- Fix nix build CI
103+
- Fix nix build CI
99104
([#3404](https://github.com/haskell/haskell-language-server/pull/3404)) by @wavewave
100105
- Fix fourmolu with -f-fixity-th in nix env
101106
([#3400](https://github.com/haskell/haskell-language-server/pull/3400)) by @wavewave
@@ -145,7 +150,7 @@
145150
([#3339](https://github.com/haskell/haskell-language-server/pull/3339)) by @santiweight
146151
- Add hls-cabal-fmt-plugin to hackage release CI script and HLS library
147152
([#3335](https://github.com/haskell/haskell-language-server/pull/3335)) by @fendor
148-
- Ensure at least 1 capability
153+
- Ensure at least 1 capability
149154
([#3334](https://github.com/haskell/haskell-language-server/pull/3334)) by @pepeiborra
150155
- Add support for Fourmolu 0.9
151156
([#3331](https://github.com/haskell/haskell-language-server/pull/3331)) by @brandonchinn178
@@ -324,7 +329,7 @@
324329
- Initial support for GHC 9.4 with binaries for GHC 9.4.1 and GHC 9.4.2
325330
- Startup time and performance improvements on projects using Template Haskell by serializing intermediate core (#2813)
326331
- 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)
328333
- The new hls-gadt-plugin (#2899, @July541)
329334
- Moving code actions from ghcide to the new hls-refactor-plugin (#3091, @wz1000)
330335
- Many more improvements and bug fixes thanks to our contributors!
@@ -549,7 +554,7 @@
549554
([#2873](https://github.com/haskell/haskell-language-server/pull/2873)) by @pepeiborra
550555
- Expand input to pragma if available
551556
([#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
553558
([#2870](https://github.com/haskell/haskell-language-server/pull/2870)) by @drsooch
554559
- Compatibility with older aeson releases
555560
([#2868](https://github.com/haskell/haskell-language-server/pull/2868)) by @pepeiborra
@@ -754,7 +759,7 @@
754759
- Improve logging
755760
([#2558](https://github.com/haskell/haskell-language-server/pull/2558)) by @eddiemundo
756761
- 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
758763

759764
## 1.6.1.1 (*only hackage release*)
760765

0 commit comments

Comments
 (0)