Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit bb9db83

Browse files
author
mikesamuel
committed
Updated release notes
1 parent b971f31 commit bb9db83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGES.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ <h2>14 Jul 2008</h2>
5555
<li>Support for <code>nocode</code> spans to allow embedding of line
5656
numbers and code annotations which should not be styled or otherwise
5757
affect the tokenization of prettified code.
58-
See the issue 22 <a href="tests/prettify_test.html#issue22">testcase</a>.</code>
58+
See the issue 22
59+
<a href="tests/prettify_test.html#issue22">testcase</a>.</code>
5960
</ul>
6061
<h2>6 Jan 2009</h2>
6162
<ul>
@@ -74,5 +75,13 @@ <h2>6 Jan 2009</h2>
7475
wiki language handler, and changed to use the registered
7576
CSS handler for STYLE element content.
7677
</ul>
78+
<h2>21 May 2009</h2>
79+
<ul>
80+
<li>Rewrote to improve performance on large files.
81+
See <a href="http://mikesamuel.blogspot.com/2009/05/efficient-parsing-in-javascript.html">benchmarks</a>.</li>
82+
<li>Fixed bugs with highlighting of Haskell line comments, Lisp
83+
number literals, Lua strings, C preprocessor directives,
84+
newlines in Wiki code on Windows, and newlines in IE6.</li>
85+
</ul>
7786
</body>
7887
</html>

0 commit comments

Comments
 (0)