Skip to content

Commit cbd7caf

Browse files
committed
Update Messages for Package Control
1 parent 6c5a8c2 commit cbd7caf

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.3.2": "messages/0.3.2.md",
66
"0.3.3": "messages/0.3.3.md",
77
"0.3.4": "messages/0.3.4.md",
8-
"0.3.5": "messages/0.3.5.md"
8+
"0.3.5": "messages/0.3.5.md",
9+
"0.3.6": "messages/0.3.6.md"
910
}

messages/0.3.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fixes
1515
Resolves
1616
========
1717

18-
18+
N/A
1919

2020
*******************************************************************************
2121

messages/0.3.4.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ Fixes
1111
* Fix a bug "WinError 6", #195
1212
* Changes to be committed:, #196
1313

14-
1514
Resolves
1615
========
1716

18-
17+
N/A
1918

2019
*******************************************************************************
2120

messages/0.3.5.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ Fixes
1414
* Error building '.tags_sorted_by_file' (UTF-8 issue), #201
1515
* UnicodeDecodeError: 'utf8' codec can't decode byte 0xf4 in position 13: invalid continuation byte, #194
1616

17-
1817
Resolves
1918
========
2019

2120
* Fixed an inconsistent option name 'additional_options' to 'opts', #207
2221
* ignore UnicodeDecodeError for codecs.open() when resorting tags file., #200
2322
* Improve navigate_to_definition, #197
2423

25-
2624
*******************************************************************************
2725

2826
For more detailed information about these changes, run ``git v0.3.4..v0.3.5``

messages/0.3.6.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Changes in 0.3.6
2+
================
3+
4+
- Update CTags regex to support tabs in ctags
5+
- Bug Fixes
6+
7+
Fixes
8+
=====
9+
10+
* ValueError: dictionary update sequence element #0 has length 1; 2 is required, #209
11+
* overriding of "command" option fails on Windows 7, #205
12+
* is_enabled error when trying to navigate to definition, #183
13+
14+
Resolves
15+
========
16+
17+
N/A
18+
19+
*******************************************************************************
20+
21+
For more detailed information about these changes, run ``git v0.3.5..v0.3.6``
22+
on the Git repository found [here](https://github.com/SublimeText/CTags).

0 commit comments

Comments
 (0)