summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:28:31 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:28:31 +0100
commit9907f88568691916e4a869bc44126de8040a274d (patch)
treea2186d5daf08b6b0d4f48e802c541d8bb4bce1d1
parent5070b636a0befc9cd84fd9c22b33d5c6fa10110a (diff)
downloadcoderay-9907f88568691916e4a869bc44126de8040a274d.tar.gz
update changelog
-rw-r--r--Changes.textile6
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]