aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS.md
blob: d1319c61d8b4dfd0d9a32d8af0c1861940118fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0.3 (unreleased)
----------------

- When checking whether we're on the first line of where clause,
  require 'where' followed by end of line, rather than just a line
  starting with 'where'.

0.2 (2019-04-15)
----------------

- Deactivate haskell-indentation-mode when activating
  haskell-tab-indent-mode.

  Recent haskell-mode considers haskell-indentation-mode to be the
  default, activating it unconditionally.  We follow
  haskell-indent-mode in deactivating it when activating our mode.

- Switch debian/changelog->NEWS.md.

0.1.0 (2015-12-05)
------------------

- Initial release.