File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ function! s:find_basedir() "{{{
307307endfunction " }}}
308308
309309function ! ghcmod#version () " {{{
310- return [1 , 2 , 0 ]
310+ return [1 , 3 , 0 ]
311311endfunction " }}}
312312
313313" vim: set ts = 2 sw = 2 et fdm = marker:
You can’t perform that action at this time.
0 commit comments