summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-26 05:12:00 +0000
committermurphy <murphy@rubychan.de>2010-03-26 05:12:00 +0000
commite844893db65abbcdbb6c67a249a22e246d9f13cc (patch)
treedb7070000debc655cb27ea80d4449685fe23c371 /Changes.textile
parentcfcf5478b85725d1c3b2a208bfbcff21964fc023 (diff)
downloadcoderay-e844893db65abbcdbb6c67a249a22e246d9f13cc.tar.gz
Cleanups and updates for FileType.
* *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 719d747..09c236a 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -51,6 +51,13 @@ h3. @Styles::Alpha@
* *NEW* A style that uses transparent HSLA colors as defined in CSS 3.
+h3. @FileType@
+
+* *REMOVED* @FileType#shebang@ is a protected method now.
+* *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
+
+ Thanks to the authors of the TextMate Ruby bundle!
+
h3. Internal API changes
* *FIXED* @Encoders::HTML#token@'s second parameter is no longer optional.