diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:51:12 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:51:12 +0100 |
commit | 973fc94dc7fc134aec6b06ae3b9190a920418b1d (patch) | |
tree | b4e661c548ac45a137f4923a33276035e61a3d60 /Changes.textile | |
parent | 3eca4cbdbdc768510ada77b7724128463c028daf (diff) | |
parent | 0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff) | |
download | coderay-973fc94dc7fc134aec6b06ae3b9190a920418b1d.tar.gz |
Merge branch 'master' into bash-scannerbash-scanner
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 8e388e0..1276a33 100644 --- a/Changes.textile +++ b/Changes.textile @@ -2,6 +2,17 @@ h1=. CodeRay Version History p=. _This files lists all changes in the CodeRay library since the 0.9.8 release._ +h2. Changes in 1.1.1 + +* SQL scanner: Allow @$@ signs in SQL identifiers [#164, thanks to jasir and Ben Basson] +* 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) +* Diff scanner: Prevent running out of regexp stack. +* HTML encoder: You can keep tabs intact now by setting @tab_width: false@. + h2. Changes in 1.1 New scanners: |