diff --git a/src/changelog.html b/src/changelog.html
index 5b1d9a4..366f3c8 100644
--- a/src/changelog.html
+++ b/src/changelog.html
@@ -1,5 +1,9 @@
+ - April 14, 2015 Release
+ - 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 RFC822 email regular expression though shows a rendering speed improvement from ~120 seconds down to ~80 seconds.
+ - Fixing a bug that would only occur when attempting to render an expression while another is in the process of rendering
+
- March 14, 2015 Release
- Removing use of Q for promises in favor of "native" ES6 promises (even though they aren't quite native everywhere yet)