diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 22:10:06 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 22:10:06 +0100 |
commit | afd056744d5ccb0749e0d295a67eaae5ce6a3859 (patch) | |
tree | 284f04b5951d34f35b897d1af6d484f6a80dd989 | |
parent | b9b837e302bf8d6c9602e9a6b1a23021f051b0e1 (diff) | |
download | coderay-afd056744d5ccb0749e0d295a67eaae5ce6a3859.tar.gz |
properly credit Lance Li for reporting the PHP unicode issue ;)
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index dc64792..261349d 100644 --- a/Changes.textile +++ b/Changes.textile @@ -8,7 +8,7 @@ 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] -* Fix PHP scanner: Accept Unicode. [GH #40] +* Fix PHP scanner: Accept Unicode. [GH #40, thanks to Lance Li] h2. Changes in 1.0.8 |