We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036fb32 commit 998d1fcCopy full SHA for 998d1fc
Changes.textile
@@ -5,6 +5,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
5
h2. Changes in 1.1.1
6
7
* SQL scanner: fix open strings [#163, thanks to Adam]
8
+* Ruby scanner: Accept number literal suffixes @r@ and @i@ (Ruby 2.1)
9
+* Ruby scanner: Accept quoted hash keys like @{ "a": boss }@ (Ruby 2.2)
10
+* Ruby scanner: Accept save navigation operator @&.@ (Ruby 2.3)
11
+* Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
12
13
h2. Changes in 1.1
14
0 commit comments