Skip to content

Commit

Permalink
added version information for v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Sep 10, 2016
1 parent d55ce31 commit 0d1159e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"2.0.4": "messages/2.0.4.txt",
"2.0.5": "messages/2.0.5.txt",
"2.0.6": "messages/2.0.6.txt",
"2.0.7": "messages/2.0.7.txt"
"2.0.7": "messages/2.0.7.txt",
"2.0.8": "messages/2.0.8.txt"
}
26 changes: 26 additions & 0 deletions messages/2.0.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE


Anaconda v2.0.8
===============

This is a minor bug fix and features release

## Fixes

- Fixed line truncation in some PEP8 errors descriptions related with bad
indentation
- Fixed anaconda failing to determine the next error when running Next
error comman

## Additions

- Added new `Previous lint error` command that works opposite to the
already present `Next lint error` (obviusly)
- Added new config option `swallog_startup_errors` to completely
ignore startup errors (use at your own risk)

0 comments on commit 0d1159e

Please sign in to comment.