diff --git a/debian/changelog b/debian/changelog index 30d3701..ccfeca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +domframework (0.38-1) testing; urgency=low + + FEATURES ADDED: + * Add the documentation on the Web site + + CORRECTED BUGS: + * dblayeroo: the connect process need now the database name and generate an + Exception if not provided in the DSN + * modelGenerator: catch the Database connection exception correctely + * route: catch the regex syntax error correctely + * route: catch the exception generated by route itself and display the error + page + * smtp: throw an exception if the TO is not defined + * file: update glob function to clean correctely in relative mode + * file: add unit tests for glob function + * mail: notice if malformed mail is corrected + * markdown: allow to escape a part of string with backslash to not apply the + markdown translation + * markdown: manage correctely the backslashes and the emphasis and the HR + separators + + -- Dominique Fournier Fri, 02 Jun 2017 10:32:17 +0200 + domframework (0.37-1) testing; urgency=low FEATURES ADDED: