aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e4e8ee..0e2d50f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@ Version 2.4.0
Section 15.2, "Persistent Class Template Instantiations" in the ODB
manual.
+ * Besides odb::stderr_tracer there is now odb::stderr_full_tracer that
+ traces statement preparations and deallocations in addition to their
+ executions. This new implementation can be useful when you want to
+ see text of a statement that contains a syntax error and therefore
+ will not actually be executed. For more information, refer to Section
+ 3.13, "Tracing SQL Statement Execution" in the ODB manual.
+
* User-supplied prologues and epilogues are now generated outside the
pre.hxx/post.hxx includes. This allows the use of precompiled headers
with the generated files.