From 77508ffb3a090c92c8729777ad16b0ccacabbef1 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Sun, 10 Aug 2014 11:59:40 +0200 Subject: [PATCH] add changes for 0.9.5 --- CHANGES.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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