summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-07-13 20:16:21 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-07-13 20:16:21 +0200
commite1abb68eb8e6a87d8b3f5b04244b429b738003d9 (patch)
treedff8342c9f4640c62a151879a92c95c0f8f9e10b /Changes.textile
parenta2c625b78d9cb7ff4e89176ade6869364b4f2f9b (diff)
parentee72fe95fcfca2848c3cff51b13ee78b662ba50f (diff)
downloadcoderay-e1abb68eb8e6a87d8b3f5b04244b429b738003d9.tar.gz
Merge branch 'master' into go-scanner
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 89b66c8..cc401e9 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -13,7 +13,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]