Skip to content

Commit 7e5f610

Browse files
committed
Version 1.3.0
1 parent 9d84632 commit 7e5f610

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# ChangeLog
2-
## x.x.x (xxxx-xx-xx)
2+
## 1.3.0 (2015-03-17)
33
- Add `:GhcModDiagnostics` command
4+
- Allow whitespaces in filename (#43)
5+
- Add newlines to ghc-mod's info command (#51, @cdepillabout)
6+
- Fix detection of version of ghc-mod (#57, @ts468)
7+
- Require ghc-mod >= 4.1.0
8+
- Fix type insertion for top level types (#70, @eddking)
9+
- Fix `:GhcModType` and `:GhcModTypeInsert` for hard tabs (#71, @itchyny)
410

511
## 1.2.0 (2014-02-02)
612
- Support Cabal sandbox (@andy-morris, #33)

autoload/ghcmod.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function! s:find_basedir() "{{{
307307
endfunction "}}}
308308

309309
function! ghcmod#version() "{{{
310-
return [1, 2, 0]
310+
return [1, 3, 0]
311311
endfunction "}}}
312312

313313
" vim: set ts=2 sw=2 et fdm=marker:

0 commit comments

Comments
 (0)