diff --git a/debian/changelog b/debian/changelog index 023947c..840bacd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +domframework (0.59-1) testing; urgency=low + + FEATURES ADDED: + * Add modelGraph.php in Tools. Generate the ER Diagram of an existing + database. Based on graphviz + * Convert : update humanSize to supports negative numbers or numbers between + -1 an d 1. Add Unit Tests + * Add encrypt/decrypt support + * JWT : allow to encrypt the payload + * authentication : allow to store the user password if the REST authentication + is valid + * Update http bestChoice to support the priority provided by the user + * rest : add unit tests and rewrite to use the real MIME types + * XMPP Client : basic message send to XMPP server + + CORRECTED BUGS: + * getopts : in case of execution in Website, do not generate any error + + -- Dominique Fournier Tue, 14 Apr 2020 13:56:10 +0200 + domframework (0.58-1) testing; urgency=low FEATURES ADDED: