Updating changelog

This commit is contained in:
Jeff Avallone 2015-06-16 20:32:31 -04:00
parent 92ae9770d3
commit 8ac6e7bf9b

View File

@ -1,5 +1,9 @@
<div class="copy changelog">
<dl>
<dt>June 16, 2015 Release</dt>
<dd>Fixes issue with expressions containing a "%" not rendering in Firefox (see <a href="https://github.com/javallone/regexper-static/issues/12">GitHub issue</a>)</dd>
<dd>Fixed rendering in IE that was causing "--&gt;" to display at the top of the page.</dd>
<dt>April 14, 2015 Release</dt>
<dd>Rendering speed improved. Most users will probably not see much improvement since logging data indicates that expressing rendering time is typically less than 1 second. Using the <a href="http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html">RFC822 email regular expression</a> though shows a rendering speed improvement from ~120 seconds down to ~80 seconds.</dd>
<dd>Fixing a bug that would only occur when attempting to render an expression while another is in the process of rendering</dd>