summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-07-13 16:36:06 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-07-13 16:36:06 +0200
commit028ea15c5ee983bfa1b045081e68c2c178d5f126 (patch)
tree06aa66940da08d01b3368463e08d6c696f55a18c
parent70c9ba896e1bba5ac727fb6fdfc3ba94510e652d (diff)
downloadcoderay-028ea15c5ee983bfa1b045081e68c2c178d5f126.tar.gz
changelog
-rw-r--r--Changes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 80f1d10..7ea4bfe 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -12,7 +12,7 @@ h2. Changes in 1.1
* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126]
* HTML scanner displays style tags and attributes now [#145]
* Remove double-click toggle handler from HTML table output
-* Fixes to CSS scanner (floats, pseudoclasses)
+* Fixes to CSS scanner (floats, pseudoclasses, nth-child) [#143]
* Fixed empty tokens and unclosed token groups in HTML, CSS, Diff, Goovy, PHP, Raydebug, Ruby, SQL, and YAML scanners [#144]
* Added @:keep_state@ functionality to more scanners [#116]
* CSS scanner uses @:id@ and @:tag@ now [#27]