Skip to content

Fix changelog 1.6.1.0 #2658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for haskell-language-server

## 1.6.1.0

This is a bug fix release to restore a fully statically linked haskell-language-server-wrapper executable.

- It has been reported [here](https://github.com/haskell/haskell-language-server/issues/2650)
- Thanks all reporters for the fast feedback
- The bug has been traced [here](https://github.com/haskell/haskell-language-server/pull/2615#discussion_r795059782)
- And the fix is in [this pr](https://github.com/haskell/haskell-language-server/pull/2647)

### Pull requests merged for 1.6.1.0

- Post 1.6.0.0 fixes and prepare 1.6.1.0 bug fix release
([#2647](https://github.com/haskell/haskell-language-server/pull/2647)) by @jneira
- Move hackage back to flake.nix
([#2652](https://github.com/haskell/haskell-language-server/pull/2652)) by @guibou
- Wingman: Fix #1879
([#2644](https://github.com/haskell/haskell-language-server/pull/2644)) by @MorrowM


## 1.6.0.0

Time for a new and exciting hls release:
Expand Down Expand Up @@ -27,6 +46,8 @@ Time for a new and exciting hls release:

### Pull requests merged for 1.6.0

- Prepare 1.6.0 release
([#2642](https://github.com/haskell/haskell-language-server/pull/2642)) by @jneira
- Implement stripPrefix via T.stripPrefix
([#2645](https://github.com/haskell/haskell-language-server/pull/2645)) by @Bodigrim
- Change Type Family Export pattern
Expand Down