Skip to content

Commit 6d2fbb1

Browse files
committed
Update Messages for Package Control
1 parent aad2faa commit 6d2fbb1

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

messages.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"0.3.0": "messages/0.3.0.md",
44
"0.3.1": "messages/0.3.1.md",
55
"0.3.2": "messages/0.3.2.md",
6-
"0.3.3": "messages/0.3.3.md"
7-
"0.3.4": "messages/0.3.4.md"
6+
"0.3.3": "messages/0.3.3.md",
7+
"0.3.4": "messages/0.3.4.md",
8+
"0.3.5": "messages/0.3.5.md"
89
}

messages/0.3.5.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Changes in 0.3.5
2+
================
3+
4+
- Improve documentation of settings to file
5+
- Bug Fixes
6+
7+
Fixes
8+
=====
9+
10+
* overriding of "command" option fails on Windows 7, #207
11+
* ctags error 2(don't know the reason.), #204
12+
* Error when trying to rebuild ctags (5 args instead of 6), #203
13+
* Additional Opts Error, #2030
14+
* Error building '.tags_sorted_by_file' (UTF-8 issue), #201
15+
* UnicodeDecodeError: 'utf8' codec can't decode byte 0xf4 in position 13: invalid continuation byte, #194
16+
17+
18+
Resolves
19+
========
20+
21+
* Fixed an inconsistent option name 'additional_options' to 'opts', #207
22+
* ignore UnicodeDecodeError for codecs.open() when resorting tags file., #200
23+
* Improve navigate_to_definition, #197
24+
25+
26+
*******************************************************************************
27+
28+
For more detailed information about these changes, run ``git v0.3.4..v0.3.5``
29+
on the Git repository found [here](https://github.com/SublimeText/CTags).

0 commit comments

Comments
 (0)