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 Dec 20, 2013
1 parent c5562a7 commit 0b41c4e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
5 changes: 3 additions & 2 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "README.rst",
"0.3.0": "messages/0.3.0.md",
"0.3.1": "messages/0.3.1.md",
"0.3.2": "messages/0.3.2.md"
}
"0.3.2": "messages/0.3.2.md",
"0.3.3": "messages/0.3.3.md"
}
23 changes: 23 additions & 0 deletions messages/0.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Changes in 0.3.3
================

- Bug Fixes

Fixes
=====

* Fix navigation (especially for forward declarations), #176
* Pass missing parameter to self.run for SublimeText 2
* ST3 jumps to correct linebut scrolls off the scree, #160
* Fix error awk in window in ctagsplugin.py, #158
* when press ctrl+t,ctrl+t, the cursor jump to the declaration instead of its definition, #122

Resolves
========



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

For more detailed information about these changes, run ``git v0.3.2..v0.3.3``
on the Git repository found [here](https://github.com/SublimeText/CTags).

0 comments on commit 0b41c4e

Please sign in to comment.