summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:25:41 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:25:41 +0100
commit16d83136342ecb9f4d2afc21508f15182a679493 (patch)
treedc5d8403372209c719f2fe8ee95989cb2fcf2020 /Changes.textile
parentae5d868a13ac722e49f0c83080ee2e05ab8d9aa8 (diff)
parent4f325ea97e85be66c96b5eb19a51012cdc34a905 (diff)
downloadcoderay-16d83136342ecb9f4d2afc21508f15182a679493.tar.gz
Merge pull request #189 from rubychan/ruby-2.3
New Ruby 2.1, 2.2, 2.3 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 137460a..3c389ff 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -5,6 +5,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
h2. Changes in 1.1.1
* SQL scanner: fix open strings [#163, thanks to Adam]
+* Ruby scanner: Accept number literal suffixes @r@ and @i@ (Ruby 2.1)
+* Ruby scanner: Accept quoted hash keys like @{ "a": boss }@ (Ruby 2.2)
+* Ruby scanner: Accept save navigation operator @&.@ (Ruby 2.3)
+* Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
h2. Changes in 1.1