Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Mar 16, 2015
1 parent 9d84632 commit 7e5f610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# ChangeLog
## x.x.x (xxxx-xx-xx)
## 1.3.0 (2015-03-17)
- Add `:GhcModDiagnostics` command
- Allow whitespaces in filename (#43)
- Add newlines to ghc-mod's info command (#51, @cdepillabout)
- Fix detection of version of ghc-mod (#57, @ts468)
- Require ghc-mod >= 4.1.0
- Fix type insertion for top level types (#70, @eddking)
- Fix `:GhcModType` and `:GhcModTypeInsert` for hard tabs (#71, @itchyny)

## 1.2.0 (2014-02-02)
- Support Cabal sandbox (@andy-morris, #33)
Expand Down
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function! s:find_basedir() "{{{
endfunction "}}}

function! ghcmod#version() "{{{
return [1, 2, 0]
return [1, 3, 0]
endfunction "}}}

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

0 comments on commit 7e5f610

Please sign in to comment.