Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 905b507

Browse files
committed
Make Changelog PR numbers clickable
cc @infinisil
1 parent 4f88732 commit 905b507

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Changelog.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33
- GHC 8.6.5 preliminary support added via the nightly build (@alanz)
44
- Add `diagnosticsOnChange` config parameter, default `True`
55
(preserving prior hie behaviour). Setting it `False` only generates
6-
diagnostics on file save. (#1164, @mpickering/@lorenzo)
6+
diagnostics on file save. ([#1164](https://github.com/haskell/haskell-ide-engine/pull/1164), @mpickering/@lorenzo)
77
- The `Hsimport` plugin now formats the resulting change using the
8-
formatter configured for hie. (#1167,@fendor)
8+
formatter configured for hie. ([#1167](https://github.com/haskell/haskell-ide-engine/pull/1167),@fendor)
99
- Actually enable type definition requests, if supported by the client
10-
(e.g. vscode). (#1169/@fendor, #1172/@bubba)
11-
- Use LSP MarkupContent for generated documentation (#1181, @alanz)
12-
- remove installation of Cabal by cabal (#1184, @power-fungus)
10+
(e.g. vscode). ([#1169](https://github.com/haskell/haskell-ide-engine/pull/1169)/@fendor, [#1172](https://github.com/haskell/haskell-ide-engine/pull/1172)/@bubba)
11+
- Use LSP MarkupContent for generated documentation ([#1181](https://github.com/haskell/haskell-ide-engine/pull/1181), @alanz)
12+
- remove installation of Cabal by cabal ([#1184](https://github.com/haskell/haskell-ide-engine/pull/1184), @power-fungus)
1313
- Add EmptyDataDecls to available pragmas, for generating code actions
14-
to insert if needed. (#1187,@fendor)
14+
to insert if needed. ([#1187](https://github.com/haskell/haskell-ide-engine/pull/1187),@fendor)
1515
- Make sure the end of formatted text is properly indicated for marked
16-
up documentation (#1189, @alanz)
17-
- Fix some of the tests with cabal new-build (#1194, @michaelpj)
18-
- Update build-tool-depends for func-test (#1198, @bubba)
19-
- Fix version of lsp-test so `cabal new-build` works (#1211, @power-fungus)
20-
- Bump hlint to 2.1.17 (#1213, @alanz)
21-
- Use cabal helper that searches with exe extension on windows (#1217, @alanz)
16+
up documentation ([#1189](https://github.com/haskell/haskell-ide-engine/pull/1189), @alanz)
17+
- Fix some of the tests with cabal new-build ([#1194](https://github.com/haskell/haskell-ide-engine/pull/1194), @michaelpj)
18+
- Update build-tool-depends for func-test ([#1198](https://github.com/haskell/haskell-ide-engine/pull/1198), @bubba)
19+
- Fix version of lsp-test so `cabal new-build` works ([#1211](https://github.com/haskell/haskell-ide-engine/pull/1211), @power-fungus)
20+
- Bump hlint to 2.1.17 ([#1213](https://github.com/haskell/haskell-ide-engine/pull/1213), @alanz)
21+
- Use cabal helper that searches with exe extension on windows ([#1217](https://github.com/haskell/haskell-ide-engine/pull/1217), @alanz)
2222

2323
- Stability improvements
24-
- Avoid crash in case of nonsensical hoogle db (#1174, @fendor)
25-
- Prevent hie crash if apply-refact crashes (#1220, @Hogeyama)
24+
- Avoid crash in case of nonsensical hoogle db ([#1174](https://github.com/haskell/haskell-ide-engine/pull/1174), @fendor)
25+
- Prevent hie crash if apply-refact crashes ([#1220](https://github.com/haskell/haskell-ide-engine/pull/1220), @Hogeyama)
2626

2727
- Documentation improvements
28-
- Improve code documentation about formatters (#1165,@fendor)
29-
- Add code documentation for the Hoogle plugin (#1173,@fendor)
30-
- Change 'build-docs' to 'build-doc' in README (#1185, @ajeetdsouza)
31-
- README Nix - replace old.postFixup -> postFixup (#1193, @backuitist)
32-
- Expand documentation on the build system (#1200, @power-fungus)
33-
- Fixed a typo. (#1212, @rashadg1030)
28+
- Improve code documentation about formatters ([#1165](https://github.com/haskell/haskell-ide-engine/pull/1165),@fendor)
29+
- Add code documentation for the Hoogle plugin ([#1173](https://github.com/haskell/haskell-ide-engine/pull/1173),@fendor)
30+
- Change 'build-docs' to 'build-doc' in README ([#1185](https://github.com/haskell/haskell-ide-engine/pull/1185), @ajeetdsouza)
31+
- README Nix - replace old.postFixup -> postFixup ([#1193](https://github.com/haskell/haskell-ide-engine/pull/1193), @backuitist)
32+
- Expand documentation on the build system ([#1200](https://github.com/haskell/haskell-ide-engine/pull/1200), @power-fungus)
33+
- Fixed a typo. ([#1212](https://github.com/haskell/haskell-ide-engine/pull/1212), @rashadg1030)
3434
- Add documentation about building hie with profiling
35-
enabled. (#1225, @skress)
36-
- Add Documentation for Pragmas Plugin (#1222, @fendor)
35+
enabled. ([#1225](https://github.com/haskell/haskell-ide-engine/pull/1225), @skress)
36+
- Add Documentation for Pragmas Plugin ([#1222](https://github.com/haskell/haskell-ide-engine/pull/1222), @fendor)
3737

3838
- Build system improvements
3939
- Further improvements and simplification of the `./install.hs`
40-
build system (#1168, @power-fungus)
40+
build system ([#1168](https://github.com/haskell/haskell-ide-engine/pull/1168), @power-fungus)
4141

4242
# 0.8.0.0
4343

0 commit comments

Comments
 (0)