Skip to content

Commit

Permalink
Update Messages for Package Control
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfin committed Mar 5, 2014
1 parent aad2faa commit 6d2fbb1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
5 changes: 3 additions & 2 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
29 changes: 29 additions & 0 deletions messages/0.3.5.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 6d2fbb1

Please sign in to comment.