-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added version information for v2.0.8
- Loading branch information
1 parent
d55ce31
commit 0d1159e
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |