summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
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.