diff --git a/CHANGES.rst b/CHANGES.rst index 49294b8..dd7324d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,12 +7,35 @@ Changelog for Isso - Nothing changed yet. -0.9.5 (unreleased) +0.9.6 (unreleased) ------------------ - Nothing changed yet. +0.9.5 (2014-08-10) +------------------ + +- prevent no-break space ( ) insertion to enable manual line breaks using + two trailing spaces (as per Markdown convention), #112 + +- limit request size to 256 kb, #107 + + Previously unlimited or limited by proxy server). 256 kb is a rough + approximation of the next database schema with comments limited to 65535 + characters and additional fields. + +- add support for logging to file, #103 + + [general] + log-file = + +- show timestamp when hovering