Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d84632 commit 7e5f610Copy full SHA for 7e5f610
2 files changed
ChangeLog.md
@@ -1,6 +1,12 @@
1
# ChangeLog
2
-## x.x.x (xxxx-xx-xx)
+## 1.3.0 (2015-03-17)
3
- 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)
10
11
## 1.2.0 (2014-02-02)
12
- Support Cabal sandbox (@andy-morris, #33)
autoload/ghcmod.vim
@@ -307,7 +307,7 @@ function! s:find_basedir() "{{{
307
endfunction "}}}
308
309
function! ghcmod#version() "{{{
310
- return [1, 2, 0]
+ return [1, 3, 0]
311
312
313
" vim: set ts=2 sw=2 et fdm=marker:
0 commit comments