diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 01:29:32 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 01:29:32 +0100 |
commit | c7e3b31f405b3669d823bda2f0f0ec3df64fdf2d (patch) | |
tree | 5ce13ad45a912d52514015f65f10b59dd7f6ba2b /Changes.textile | |
parent | 62f69934f2508a25df988157925667d5efd8549e (diff) | |
parent | 9907f88568691916e4a869bc44126de8040a274d (diff) | |
download | coderay-c7e3b31f405b3669d823bda2f0f0ec3df64fdf2d.tar.gz |
Merge branch 'master' into fix-javascript-regexp
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 37de4ac..99b79c8 100644 --- a/Changes.textile +++ b/Changes.textile @@ -2,6 +2,12 @@ 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.3 + +* Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga] +* SQL scanner: Add @numeric@ data type. [#223, thanks to m16a1] +* Java scanner: Add @var@ as type. [#229, thanks to Davide Angelocola] + h2. Changes in 1.1.2 * Ruby future: Add support for frozen string literals. [#211, thanks to Pat Allan] |