-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
- Loading branch information
1 parent
f0beaa0
commit 081fe3b
Showing
3 changed files
with
36 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"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.3": "messages/0.3.3.md", | ||
"0.3.4": "messages/0.3.4.md", | ||
"0.3.5": "messages/0.3.5.md", | ||
"0.3.6": "messages/0.3.6.md", | ||
"0.3.7": "messages/0.3.7.md", | ||
"0.3.8": "messages/0.3.8.md", | ||
"0.3.9": "messages/0.3.9.md", | ||
"0.3.10": "messages\0.3.10.txt" | ||
} | ||
{ | ||
"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.3": "messages/0.3.3.md", | ||
"0.3.4": "messages/0.3.4.md", | ||
"0.3.5": "messages/0.3.5.md", | ||
"0.3.6": "messages/0.3.6.md", | ||
"0.3.7": "messages/0.3.7.md", | ||
"0.3.8": "messages/0.3.8.md", | ||
"0.3.9": "messages/0.3.9.md" | ||
"0.4.0": "messages/0.4.0.md" | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Changes in 0.3.8 | ||
Changes in 0.3.9 | ||
================ | ||
|
||
- Add build ctags options to sidebar | ||
|
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,21 @@ | ||
Changes in 0.4.0 | ||
================ | ||
|
||
- Add ranking manager | ||
- Documentation improvements in settings | ||
- Bug Fixes | ||
|
||
Fixes | ||
===== | ||
|
||
N/A | ||
|
||
Resolves | ||
======== | ||
|
||
N/A | ||
|
||
******************************************************************************* | ||
|
||
For more detailed information about these changes, run ``git v0.3.9..v0.4.0`` | ||
on the Git repository found [here](https://github.com/SublimeText/CTags). |