|
| 1 | +# 0.11.0.0 |
| 2 | + |
| 3 | +- Bump resolvers. `lts-13.27` for GHC 8.6.5, `nightly-2019-07-07` for |
| 4 | + nightly build, rest are unchanged. |
| 5 | +([#1319 ](https://github.com/haskell/haskell-ide-engine/pull/1319),by @alanz) |
| 6 | +([#1316 ](https://github.com/haskell/haskell-ide-engine/pull/1316), by @lorenzo) |
| 7 | + |
| 8 | +- Clear out pattern matching and error message of executeCodeActionByName |
| 9 | +([#1317 ](https://github.com/haskell/haskell-ide-engine/pull/1317), by @jneira) |
| 10 | + |
| 11 | +- Upgrade to haskell-lsp 0.15 |
| 12 | +([#1316 ](https://github.com/haskell/haskell-ide-engine/pull/1316), by @lorenzo) |
| 13 | + |
| 14 | +- Update Arch Linux install instructions |
| 15 | +([#1315 ](https://github.com/haskell/haskell-ide-engine/pull/1315), by @friedbrice) |
| 16 | + |
| 17 | +- Fix liquid unit test normalizing paths |
| 18 | +([#1310 ](https://github.com/haskell/haskell-ide-engine/pull/1310), by @jneira) |
| 19 | + |
| 20 | +- Add unix-time constraint to cabal file |
| 21 | +([#1306 ](https://github.com/haskell/haskell-ide-engine/pull/1306), by @alanz) |
| 22 | + |
| 23 | +- Fix a memory leak found by @mpickering |
| 24 | +([#1305 ](https://github.com/haskell/haskell-ide-engine/pull/1305), by @lorenzo) |
| 25 | + |
| 26 | +- Fix build for Windows 7 |
| 27 | +([#1304 ](https://github.com/haskell/haskell-ide-engine/pull/1304), by @jneira) |
| 28 | + |
| 29 | +- Brittany 0.12 |
| 30 | +([#1301 ](https://github.com/haskell/haskell-ide-engine/pull/1301), by @alanz) |
| 31 | + |
| 32 | +- Use ghc-mod without memory leak |
| 33 | +([#1299 ](https://github.com/haskell/haskell-ide-engine/pull/1299), by @alanz) |
| 34 | + |
| 35 | +- install.hs: Make all available GHCs in PATH buildable |
| 36 | +([#1297 ](https://github.com/haskell/haskell-ide-engine/pull/1297), by @maoe) |
| 37 | + |
| 38 | +- Fix file mapping state when we have a parsed module but not a typechecked module |
| 39 | +([#1295 ](https://github.com/haskell/haskell-ide-engine/pull/1295), by @wz1000) |
| 40 | + |
| 41 | +- Use ghc-mod which loads ghc plugins |
| 42 | +([#1293 ](https://github.com/haskell/haskell-ide-engine/pull/1293), by @alanz) |
| 43 | + |
| 44 | +- Fix UriCaches being leaked (bug fix) |
| 45 | +([#1292 ](https://github.com/haskell/haskell-ide-engine/pull/1292), by @bubba) |
| 46 | + |
| 47 | +- Stack 2.1.1 |
| 48 | +([#1291 ](https://github.com/haskell/haskell-ide-engine/pull/1291), by @alanz) |
| 49 | + |
| 50 | +- Render completion documentation to markdown |
| 51 | +([#1290 ](https://github.com/haskell/haskell-ide-engine/pull/1290), by @Avi-D-coder) |
| 52 | + |
| 53 | +- Trying out haskell-lsp 0.14 |
| 54 | +([#1288 ](https://github.com/haskell/haskell-ide-engine/pull/1288), by @alanz) |
| 55 | + |
| 56 | +- Hlint 2.1.24 |
| 57 | +([#1287 ](https://github.com/haskell/haskell-ide-engine/pull/1287), by @alanz) |
| 58 | + |
| 59 | +- Improve import action of hsimport |
| 60 | +([#1284 ](https://github.com/haskell/haskell-ide-engine/pull/1284), by @fendor) |
| 61 | + |
| 62 | +- Add liquid haskell smt solver to README |
| 63 | +([#1283 ](https://github.com/haskell/haskell-ide-engine/pull/1283), by @fendor) |
| 64 | + |
| 65 | + |
1 | 66 | # 0.10.0.0
|
2 | 67 |
|
3 | 68 | - Drop GHC 8.2.1 support.
|
|
0 commit comments