File tree 5 files changed +26
-6
lines changed
5 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 5
5
"0.3.2" : " messages/0.3.2.md" ,
6
6
"0.3.3" : " messages/0.3.3.md" ,
7
7
"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"
9
10
}
Original file line number Diff line number Diff line change 15
15
Resolves
16
16
========
17
17
18
-
18
+ N/A
19
19
20
20
*******************************************************************************
21
21
Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ Fixes
11
11
* Fix a bug "WinError 6", #195
12
12
* Changes to be committed:, #196
13
13
14
-
15
14
Resolves
16
15
========
17
16
18
-
17
+ N/A
19
18
20
19
*******************************************************************************
21
20
Original file line number Diff line number Diff line change @@ -14,15 +14,13 @@ Fixes
14
14
* Error building '.tags_sorted_by_file' (UTF-8 issue), #201
15
15
* UnicodeDecodeError: 'utf8' codec can't decode byte 0xf4 in position 13: invalid continuation byte, #194
16
16
17
-
18
17
Resolves
19
18
========
20
19
21
20
* Fixed an inconsistent option name 'additional_options' to 'opts', #207
22
21
* ignore UnicodeDecodeError for codecs.open() when resorting tags file., #200
23
22
* Improve navigate_to_definition, #197
24
23
25
-
26
24
*******************************************************************************
27
25
28
26
For more detailed information about these changes, run `` git v0.3.4..v0.3.5 ``
Original file line number Diff line number Diff line change
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 ) .
You can’t perform that action at this time.
0 commit comments