Changes file for logging circularity fixes.

This commit is contained in:
Nick Mathewson 2018-06-20 15:11:57 -04:00
parent 057d838409
commit 50fb8301c1

6
changes/ticket26427 Normal file
View File

@ -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.