Skip to content

Commit

Permalink
bump to 2.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Dec 24, 2011
1 parent 466f762 commit 54896be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README.markdown
Expand Up @@ -56,6 +56,22 @@ To get information or make suggestions check out the [google group](https://grou
Changelog
---------

2.2.0 (24-dec-2011)

* only do syntax checks when files are saved (not when first opened) - add g:syntastic_check_on_open option to get the old behavior back
* bug fix with echoing error messages; fixes incompatability with cmd-t (datanoise)
* dont allow warnings to mask errors when signing/echoing errors (ashikase)
* auto close location list when leaving buffer. (millermedeiros)
* update errors appropriately when :SyntasticToggleMode is called
* updates/fixes to existing checkers:
* javascript/jshint (millermedeiros)
* javascript/jslint
* c (kongo2002)
* Support for new filetypes:
* JSON (millermedeiros, tocer)
* rst (reStructuredText files) (JNRowe)
* gentoo-metadata (JNRowe)

2.1.0 (14-dec-2011)

* when the cursor is on a line containing an error, echo the
Expand Down
3 changes: 2 additions & 1 deletion doc/syntastic.txt
Expand Up @@ -347,12 +347,13 @@ The latest dev versions are on github
==============================================================================
7. Changelog *syntastic-changelog*

Next
2.2.0
- only do syntax checks when files are saved (not when first opened) - add
g:syntastic_check_on_open option to get the old behavior back
- bug fix with echoing error messages; fixes incompatability with cmd-t (datanoise)
- dont allow warnings to mask errors when signing/echoing errors (ashikase)
- auto close location list when leaving buffer. (millermedeiros)
- update errors appropriately when :SyntasticToggleMode is called
- updates/fixes to existing checkers:
- javascript/jshint (millermedeiros)
- javascript/jslint
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: 2.1.0
"Last Change: 14 Dec, 2011
"Version: 2.2.0
"Last Change: 24 Dec, 2011
"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 54896be

Please sign in to comment.