diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 21:40:48 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 21:40:48 +0100 |
commit | d0b9a7cc6f78758a35b574f149c2fc3e9a2a8455 (patch) | |
tree | 3b93bec1c69de64728c16e3e4a7cd45ed587ab8d /Changes.textile | |
parent | 99e984d184f4b3875790e8ccdd12734e148bb60d (diff) | |
download | coderay-d0b9a7cc6f78758a35b574f149c2fc3e9a2a8455.tar.gz |
fix #83 (XML DTD)
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 02c7b10..877103a 100644 --- a/Changes.textile +++ b/Changes.textile @@ -7,6 +7,7 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release h2. Changes in 1.0.9 * Fix Ruby scanner: Ruby 1.9 hash syntax @{ key: value }@ is highlighted correctly. [GH #106, thanks to Seth Vargo] +* Fix HTML scanner: Accept DTDs. [GH #83] h2. Changes in 1.0.8 |