NEWS
changeset 53709 84522727f9d3
parent 53683 e6adad558def
child 53728 2a25bcd8bf78
--- a/NEWS	Wed Sep 18 11:36:12 2013 +0200
+++ b/NEWS	Wed Sep 18 13:18:51 2013 +0200
@@ -402,6 +402,11 @@
 
 *** ML ***
 
+* Improved printing of exception trace in Poly/ML 5.5.1, with regular
+tracing output in the command transaction context instead of physical
+stdout.  See also Toplevel.debug, Toplevel.debugging and
+ML_Compiler.exn_trace.
+
 * Spec_Check is a Quickcheck tool for Isabelle/ML.  The ML function
 "check_property" allows to check specifications of the form "ALL x y
 z. prop x y z".  See also ~~/src/Tools/Spec_Check/ with its