From 5d157eea548bbbfdd472c93cc3b2b66479fc5f16 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Tue, 10 Apr 2012 18:15:00 -0700 Subject: [PATCH] update what changed in this release --- HISTORY.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5aa6ec97..49baca3d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,20 @@ -# git +# 1.3.2 / 2012-04-10 * Minor * Add a way to configure the `#id_prefix` property of Sanitization objects. + * Add web sequence diagrams support + * Support for updating wysiwyg components when markup language changes + * Support RedCarpet 2.0 + * Allow ftp and irc links in wiki markup + * Minor ui fixups + * Bug Fixes * Include the language of the code snippet when making a uniquely identifiable sha of a code snippet while rendering a page. + * Pygments lexer forces utf8 encoding + * Remove MathJax, this created problems in production for us. + We'll look at bringing it back in future releases # 1.3.1 / 2011-07-21