From 6d2fbb13a14fd59185c3add6b97bc66bb1f2b1a0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 5 Mar 2014 20:50:15 +0000 Subject: [PATCH] Update Messages for Package Control --- messages.json | 5 +++-- messages/0.3.5.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 messages/0.3.5.md diff --git a/messages.json b/messages.json index 3e96f8b..86422d7 100644 --- a/messages.json +++ b/messages.json @@ -3,6 +3,7 @@ "0.3.0": "messages/0.3.0.md", "0.3.1": "messages/0.3.1.md", "0.3.2": "messages/0.3.2.md", - "0.3.3": "messages/0.3.3.md" - "0.3.4": "messages/0.3.4.md" + "0.3.3": "messages/0.3.3.md", + "0.3.4": "messages/0.3.4.md", + "0.3.5": "messages/0.3.5.md" } diff --git a/messages/0.3.5.md b/messages/0.3.5.md new file mode 100644 index 0000000..5929c53 --- /dev/null +++ b/messages/0.3.5.md @@ -0,0 +1,29 @@ +Changes in 0.3.5 +================ + +- Improve documentation of settings to file +- Bug Fixes + +Fixes +===== + +* overriding of "command" option fails on Windows 7, #207 +* ctags error 2(don't know the reason.), #204 +* Error when trying to rebuild ctags (5 args instead of 6), #203 +* Additional Opts Error, #2030 +* Error building '.tags_sorted_by_file' (UTF-8 issue), #201 +* UnicodeDecodeError: 'utf8' codec can't decode byte 0xf4 in position 13: invalid continuation byte, #194 + + +Resolves +======== + +* Fixed an inconsistent option name 'additional_options' to 'opts', #207 +* ignore UnicodeDecodeError for codecs.open() when resorting tags file., #200 +* Improve navigate_to_definition, #197 + + +******************************************************************************* + +For more detailed information about these changes, run ``git v0.3.4..v0.3.5`` +on the Git repository found [here](https://github.com/SublimeText/CTags).