summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-23 14:32:14 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-23 14:32:14 +0200
commit7ada74c8f0f77815393e887db83e1d2c36ce7235 (patch)
treecf00ca7c69080680efecbdda620c0a09d21f4859 /Changes.textile
parent5b0dc0f35090949d7512a85dadc8cf2871b91aac (diff)
downloadcoderay-7ada74c8f0f77815393e887db83e1d2c36ce7235.tar.gz
scan_css in HTML scanner (arguments), change token kind from :inline to :string
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 930fdbc..9509b15 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -10,6 +10,7 @@ h2. Changes in 1.1
* Diff scanner: Highlight inline changes in multi-line changes [#99]
* JavaScript scanner: Highlight multi-line comments in diff correctly
* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126]
+* HTML scanner displays style tags and attributes now
* Remove double-click toggle handler from HTML table output
* Fixes to CSS scanner (floats, pseudoclasses)
* CSS scanner uses @:id@ and @:tag@ now [#27]