summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-02-17 12:28:46 -0800
committerKornelius Kalnbach <murphy@rubychan.de>2013-02-17 12:28:46 -0800
commit99e984d184f4b3875790e8ccdd12734e148bb60d (patch)
treedcdeced475329053ea21ee718cc9dce6f596a97c /Changes.textile
parentb52265d58911b559c6820ba9187424a56b9b13d2 (diff)
parent9458dc423670004aa9ec1490f175cb75016c49eb (diff)
downloadcoderay-99e984d184f4b3875790e8ccdd12734e148bb60d.tar.gz
Merge pull request #114 from rubychan/fix-ruby-new-hash-syntax
Fix ruby new hash syntax
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 1c927ce..02c7b10 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -4,6 +4,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
{{toc}}
+h2. Changes in 1.0.9
+
+* Fix Ruby scanner: Ruby 1.9 hash syntax @{ key: value }@ is highlighted correctly. [GH #106, thanks to Seth Vargo]
+
h2. Changes in 1.0.8
* add @:string/:char@, remove @:regexp/:function@ color from Terminal encoder [GH #29, thanks to Kyrylo Silin]