diff options
author | Nathan Youngman <git@nathany.com> | 2012-09-11 14:57:58 -0600 |
---|---|---|
committer | Nathan Youngman <git@nathany.com> | 2012-09-11 14:57:58 -0600 |
commit | 39517be0c026af1c08142680da96ea88ae8fcb2c (patch) | |
tree | 852f363f8ea07d53a1d69cef9f84a2f2b7704a91 /Changes.textile | |
parent | 2b16d115f7d6caf21864934df763556e126d6357 (diff) | |
parent | 5f54b367d9161a3c5ac30dcc70bd8de5dc378167 (diff) | |
download | coderay-39517be0c026af1c08142680da96ea88ae8fcb2c.tar.gz |
Merge branch 'master' into lua-scanner
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 4050253..d70c303 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,8 +4,13 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release {{toc}} +h2. Next Version + +* add @:string/:char@, remove @:regexp/:function@ color from Terminal encoder [GH #29, thanks to Kyrylo Silin] + h2. Changes in 1.0.7 +* Changed license from LGPL to MIT. [GH-25, thanks to jessehu] * Fix issue with plugin files not being loaded. [GH-20, thanks to Will Read] * Fix HTML scanner bug: Don't choke on boolean attributes. [GH-26, thanks to jugglinmike] |