Skip to content

Commit

Permalink
switch to version 1.2.0 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Oct 28, 2010
1 parent c765313 commit 4b690ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions doc/syntastic.txt
Expand Up @@ -224,6 +224,20 @@ The latest dev versions are on github
==============================================================================
7. Changelog *syntastic-changelog*

1.2.0
- New syntax checkers from github:kongo2002
- c (thanks also to github:jperras)
- cpp
- lua
- sh (thanks also to github:jmcantrell)
- add coffee syntax checked by github:lstoll
- add tex syntax checker
- make html checker play nicer with html5, thanks to github:enaeseth
- escape filenames properly when invoking syntax checkers, thanks to
github:jmcantrell
- adjust the ruby syntax checker to avoid some common annoying warnings,
thanks to github:robertwahler

1.1.0 [codenamed: tpimp]
- Dont load rubygems for ruby/eruby syntax checkers. Thanks tpope.
- Improve the javascript syntax checker to catch some warnings that were
Expand Down
4 changes: 2 additions & 2 deletions plugin/syntastic.vim
Expand Up @@ -2,8 +2,8 @@
"File: syntastic.vim
"Description: vim plugin for on the fly syntax checking
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
"Version: 1.1.0
"Last Change: 16 Dec, 2009
"Version: 1.2.0
"Last Change: 28 Oct, 2010
"License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute
" it and/or modify it under the terms of the Do What The Fuck You
Expand Down

0 comments on commit 4b690ba

Please sign in to comment.