diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-06-25 09:56:30 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-06-25 09:56:30 +0200 |
commit | 5c5954d3dbcb9576fbd17a12d70014a9bef91a14 (patch) | |
tree | 43dc98d13276fdf1c4f47786b4f4b65f8d810e10 /Changes.textile | |
parent | 5598df049e8823f9838b348e76227ef836c4e39b (diff) | |
parent | a4b8b094da5525354cb8a927761385825236c5a1 (diff) | |
download | coderay-5c5954d3dbcb9576fbd17a12d70014a9bef91a14.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 470ba33..aa12b4a 100644 --- a/Changes.textile +++ b/Changes.textile @@ -6,7 +6,9 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release 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] h2. Changes in 1.0.6 |