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

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel committed May 21, 2009
1 parent b971f31 commit bb9db83
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h2>14 Jul 2008</h2>
<li>Support for <code>nocode</code> 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 <a href="tests/prettify_test.html#issue22">testcase</a>.</code>
See the issue 22
<a href="tests/prettify_test.html#issue22">testcase</a>.</code>
</ul>
<h2>6 Jan 2009</h2>
<ul>
Expand All @@ -74,5 +75,13 @@ <h2>6 Jan 2009</h2>
wiki language handler, and changed to use the registered
CSS handler for STYLE element content.
</ul>
<h2>21 May 2009</h2>
<ul>
<li>Rewrote to improve performance on large files.
See <a href="http://mikesamuel.blogspot.com/2009/05/efficient-parsing-in-javascript.html">benchmarks</a>.</li>
<li>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.</li>
</ul>
</body>
</html>

0 comments on commit bb9db83

Please sign in to comment.