-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c5a8c2
commit cbd7caf
Showing
5 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Changes in 0.3.6 | ||
================ | ||
|
||
- Update CTags regex to support tabs in ctags | ||
- Bug Fixes | ||
|
||
Fixes | ||
===== | ||
|
||
* ValueError: dictionary update sequence element #0 has length 1; 2 is required, #209 | ||
* overriding of "command" option fails on Windows 7, #205 | ||
* is_enabled error when trying to navigate to definition, #183 | ||
|
||
Resolves | ||
======== | ||
|
||
N/A | ||
|
||
******************************************************************************* | ||
|
||
For more detailed information about these changes, run ``git v0.3.5..v0.3.6`` | ||
on the Git repository found [here](https://github.com/SublimeText/CTags). |