浏览代码

Changes file for logging circularity fixes.

Nick Mathewson 5 年之前
父节点
当前提交
50fb8301c1
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/ticket26427

+ 6 - 0
changes/ticket26427

@@ -0,0 +1,6 @@
+  o Minor features (code layout):
+    - Make a new lowest-level error-handling API for use by code invoked
+      from within the logging module.  This interface it makes it so
+      the logging code is no longer at risk of calling into itself if
+      a failure occurs while trying to log something.
+      Closes ticket 26427.