From 0d1159ef1f415f002ed94c90d6b4b086dda35824 Mon Sep 17 00:00:00 2001 From: Oscar Campos Date: Sat, 10 Sep 2016 12:56:25 +0100 Subject: [PATCH] added version information for v2.0.8 --- messages.json | 3 ++- messages/2.0.8.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 messages/2.0.8.txt diff --git a/messages.json b/messages.json index 48681f45..446341dd 100644 --- a/messages.json +++ b/messages.json @@ -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" } diff --git a/messages/2.0.8.txt b/messages/2.0.8.txt new file mode 100644 index 00000000..e2623980 --- /dev/null +++ b/messages/2.0.8.txt @@ -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)