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 9, 2014
1 parent 6c5a8c2 commit cbd7caf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"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.5": "messages/0.3.5.md"
"0.3.5": "messages/0.3.5.md",
"0.3.6": "messages/0.3.6.md"
}
2 changes: 1 addition & 1 deletion messages/0.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fixes
Resolves
========


N/A

*******************************************************************************

Expand Down
3 changes: 1 addition & 2 deletions messages/0.3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Fixes
* Fix a bug "WinError 6", #195
* Changes to be committed:, #196


Resolves
========


N/A

*******************************************************************************

Expand Down
2 changes: 0 additions & 2 deletions messages/0.3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ Fixes
* 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``
Expand Down
22 changes: 22 additions & 0 deletions messages/0.3.6.md
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).

0 comments on commit cbd7caf

Please sign in to comment.