diff --git a/messages.json b/messages.json index 306999a7..48681f45 100644 --- a/messages.json +++ b/messages.json @@ -47,5 +47,6 @@ "2.0.3": "messages/2.0.3.txt", "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.6": "messages/2.0.6.txt", + "2.0.7": "messages/2.0.7.txt" } diff --git a/messages/2.0.7.txt b/messages/2.0.7.txt new file mode 100644 index 00000000..728461ec --- /dev/null +++ b/messages/2.0.7.txt @@ -0,0 +1,19 @@ + + | + _` | __ \ _` | __| _ \ __ \ _` | _` | + ( | | | ( | ( ( | | | ( | ( | + \__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| + The Sublime Text 3 Python IDE + + +Anaconda v2.0.7 +=============== + +This is a minor bug fix release + +## Fixes + + - Next lint error raises an exception if current line is larger than last + error line, @alin23 provided a fix that resolves #524 + - Fixed unicode error in OS X, resolves #481, thanks to @karolyi for his + tests in OS X while I was unable to test it myself