diff --git a/CHANGES.rst b/CHANGES.rst index 2d9943f..620f52b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,24 @@ Changelog for Isso 0.9.5 (unreleased) ------------------ -- Nothing changed yet. +- 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