Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 18, 2018
1 parent 7c15537 commit e817bf8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release Notes

## [2.1.2]
- Add dictionary for Rust
- Improved LaTex macro detection based upon [Bludkey's suggestion](https://github.com/Jason-Rev/vscode-spell-checker/issues/172#issuecomment-366523937)
- Improved verbose output by displaying the language detected and dictionaries used.
- Updated `cpp` dictionary to address: [incorrect spelling of "successful"](https://github.com/Jason-Rev/vscode-spell-checker/issues/176)

## [2.1.1]
- Add the ability to ignore the next line or the current line: `cspell:disable-line` and `cspell:disable-next` or `cspell:disable-next-line`
- Add the ability to ignore the next line or the current line: `cspell:disable-line` and `cspell:disable-next-line`
See [No spell-checker:disable-line](https://github.com/Jason3S/cspell/issues/24)

## [2.1.0]
Expand Down Expand Up @@ -131,4 +137,4 @@ See [No spell-checker:disable-line](https://github.com/Jason3S/cspell/issues/24)
## 1.0.0 - 1.0.8
- These were the initial release used for the vscode spell checker.

<!-- cspell:ignore appveyor -->
<!-- cspell:ignore appveyor Bludkey's -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "2.1.1",
"version": "2.1.2",
"description": "A Spelling Checker for Code!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit e817bf8

Please sign in to comment.