Skip to content

Commit e326079

Browse files
committed
Fix makrdownlint warnings
1 parent 351df5e commit e326079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ This version uses `lsp-1.2.0`, `hls-plugin-api-1.1.0`, and `ghcide-1.2.0.2`.
10221022
This is the celebratory release of Haskell Language Server 1.0.0!
10231023
This release includes a lot of internal changes, bug fixes, leaks plugged, and performance improvements, thanks to all our contributors.
10241024
Among others,
1025+
10251026
- We added the support for GHC 8.10.4, and removed the support for GHC 8.10.1
10261027
Afterward, we will support upmost 3 patch versions for each minor version of GHC, if no special situation happens.
10271028
- As by hie-bios >= 0.7.3, we use (`${XDG_CACHE_HOME}`)[https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html]`/hie-bios/...` (or similar depends on OS) as a build directory for Cabal.
@@ -1205,7 +1206,7 @@ Among others,
12051206
([#1266](https://github.com/haskell/haskell-language-server/pull/1266)) by @pepeiborra
12061207
- ghcide: Implements a CodeAction to disambiguate ambiguous symbols
12071208
([#1264](https://github.com/haskell/haskell-language-server/pull/1264)) by @konn
1208-
- Doctest comment parsing using module annotations in Eval Plugin
1209+
- Doctest comment parsing using module annotations in Eval Plugin
12091210
([#1232](https://github.com/haskell/haskell-language-server/pull/1232)) by @konn
12101211
- Apply some hlint suggestions, silence some others.
12111212
([#1227](https://github.com/haskell/haskell-language-server/pull/1227)) by @peterwicksstringfield
@@ -1406,7 +1407,6 @@ And remember, we have a new brand logo, courtesy of @Ailrun :slightly_smiling_fa
14061407
- ghcide lives now directly in this repository
14071408
- the test suite has been cleaned and improved (continuing the work done in 0.7.0)
14081409

1409-
14101410
Thanks to all contributors and happy new year!
14111411

14121412
### Pull requests merged for 0.8.0
@@ -1660,7 +1660,7 @@ There's also plenty of bug fixes, improvements and updates to the underlying too
16601660
If you're eager to try all this out, haskell-language-server is now also installable via [ghcup](https://www.haskell.org/ghcup/):
16611661

16621662
```shell
1663-
$ ghcup install hls
1663+
> ghcup install hls
16641664
```
16651665

16661666
### Pull requests merged for 0.5.0

0 commit comments

Comments
 (0)