# HG changeset patch # User Laurent Peuch # Date 1571797725 -7200 # Node ID 74b473f288d536a57dccbfbb7a2873bbd3bde3bb # Parent ff63319a1730d9970240d4684df91afc0dc56d06 [changelog] add missing information to the 3.27 changelog diff -r ff63319a1730 -r 74b473f288d5 doc/changes/3.27.rst --- a/doc/changes/3.27.rst Fri Oct 18 23:39:03 2019 +0200 +++ b/doc/changes/3.27.rst Wed Oct 23 04:28:45 2019 +0200 @@ -30,6 +30,23 @@ * add a new migration function `update_bfss_path(old_path, new_path)` to update the path in Bytes File-System Storage (bfss). +* on every request display request path and selected controller in CLI + +* migration interactive mode improvements: + + * when an exception occurs, display the full traceback instead of only the exception + + * on migration p(db) choice, launch ipdb if it's installed + + * on migration p(db) choice, give the traceback to pdb if it's available, + this mean that the (i)pdb interactive session will be on the stack of + the exception instead of being on the stack where pdb is launched which + will allow the user to access all the relevant context of the exception + which otherwise is lost + +* on DBG_SQL and/or DBG_RQL, if pygments is installed, syntax highlight sql/rql + debug output + Backwards incompatible changes ------------------------------ @@ -61,6 +78,10 @@ * DBG_MS flag has been removed since it is not used anymore +* transactions db logs where displayed using the logging + (debug/info/warning...) mechanism, now it is only displayed if the + corresponding DBG_OPS flag is used + Deprecated code drops ---------------------