diff --git a/messages.json b/messages.json index 86422d7..d9b0e93 100644 --- a/messages.json +++ b/messages.json @@ -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" } diff --git a/messages/0.3.3.md b/messages/0.3.3.md index cb77f9b..430884c 100644 --- a/messages/0.3.3.md +++ b/messages/0.3.3.md @@ -15,7 +15,7 @@ Fixes Resolves ======== - +N/A ******************************************************************************* diff --git a/messages/0.3.4.md b/messages/0.3.4.md index b5ccbea..c76dd77 100644 --- a/messages/0.3.4.md +++ b/messages/0.3.4.md @@ -11,11 +11,10 @@ Fixes * Fix a bug "WinError 6", #195 * Changes to be committed:, #196 - Resolves ======== - +N/A ******************************************************************************* diff --git a/messages/0.3.5.md b/messages/0.3.5.md index 5929c53..b88b2a4 100644 --- a/messages/0.3.5.md +++ b/messages/0.3.5.md @@ -14,7 +14,6 @@ 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 ======== @@ -22,7 +21,6 @@ Resolves * 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`` diff --git a/messages/0.3.6.md b/messages/0.3.6.md new file mode 100644 index 0000000..87fd480 --- /dev/null +++ b/messages/0.3.6.md @@ -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).