diff --git a/CHANGES.html b/CHANGES.html
index 27e03392..d7f213f3 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -55,7 +55,8 @@
14 Jul 2008
Support for nocode
spans to allow embedding of line
numbers and code annotations which should not be styled or otherwise
affect the tokenization of prettified code.
- See the issue 22 testcase.
+ See the issue 22
+ testcase.
6 Jan 2009
@@ -74,5 +75,13 @@ 6 Jan 2009
wiki language handler, and changed to use the registered
CSS handler for STYLE element content.
+ 21 May 2009
+
+ - Rewrote to improve performance on large files.
+ See benchmarks.
+ - Fixed bugs with highlighting of Haskell line comments, Lisp
+ number literals, Lua strings, C preprocessor directives,
+ newlines in Wiki code on Windows, and newlines in IE6.
+