summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:31:41 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 15:31:41 +0100
commit3e4bb6a660f8f341eca9a87a310d00170ec40872 (patch)
tree64f9b8eadcc2f4634265730ead98f332c8a80b51
parent5279c7e9a292de982687d7f19e1f2969aba7a21c (diff)
downloadcoderay-3e4bb6a660f8f341eca9a87a310d00170ec40872.tar.gz
add changelog for #164
-rw-r--r--Changes.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 3c389ff..bf319ef 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -4,7 +4,8 @@ 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]
+* 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)