diff --git a/CHANGES.rst b/CHANGES.rst index 24f7bfc..4bfa8b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,25 @@ Changelog for Isso ================== +0.9.3 (unreleased) +------------------ + +- remove scrollIntoView while expanding further comments if a fragment is used + (e.g. #isso-thread brought you back to the top, unexpectedly) + +- implement a custom Markdown renderer to support multi-line code listings. The + extension "fenced_code" is now enabled by default and generates HTML + compatible with Highlight.js__. + +- escape HTML entities when editing a comment with raw HTML + +- fix CSS for input + +- remove isso.css from binary distribution to avoid confusion (it's still there + from the very first release, but modifications do not work) + +.. __: http://highlightjs.org/ + 0.9.2 (2014-06-25) ------------------