diff --git a/debian/changelog b/debian/changelog index d4cf1f0..4614cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +domframework (0.58-1) testing; urgency=low + + FEATURES ADDED: + * mail : Add folding + * route : relative routes are now relative to site base and not relative to + current directory. Due to bad coded crawlers and browser as they don't + manage correctely the ../ in front of relative URL. + * logger : remove the \n in syslog as they are written as #012 + * dblayeroo : allow one to log with priority + * dblayeroo : transactions are now logged like the other commands + * console : Rewrite all the suggest call method. Parameter change is now an + array split + * form : Add Bootstrap4 support (change formThemplate to select). Bootstrap3 + always the default one + + CORRECTED BUGS: + * mail : getDetails return attachmentDetails at empty if no attach is defined + * console : up and down keys generate warning because of the timestamp record + * console : reset Bold was not working on linux TTY + + -- Dominique Fournier Thu, 31 Oct 2019 09:24:19 +0100 + domframework (0.57-1) testing; urgency=low FEATURES ADDED: