Skip to content

Commit

Permalink
added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcberquist committed Jan 14, 2016
1 parent 07e32a1 commit 7431036
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "messages/install.txt",
"0.2.0": "messages/0.2.0.txt",
"0.2.1": "messages/0.2.1.txt"
"0.2.1": "messages/0.2.1.txt",
"0.3.0": "messages/0.3.0.txt"
}
10 changes: 10 additions & 0 deletions messages/0.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CFML v0.3.0 Changelog:

- Added tmPreferences file that marks CFML files as source files for sidebar icons
This ensures that the file_type_source icon in themes is applied to CFML files

See https://github.com/jcberquist/sublimetext-cfml/blob/master/metadata/cfml-icon.tmPreferences
If a copy of this file is placed in your User package folder, you can override
`file_type_source` with another icon type, depending on what your active theme supports.
For example, Material Theme (https://github.com/equinusocio/material-theme) has two
icon types for CFML files: `file_type_cfc` and `file_type_cfm`.

0 comments on commit 7431036

Please sign in to comment.