Add newsfragment for the fixes in this PR wrt to NuCypher Logger

pull/2412/head
David Núñez 2020-10-30 21:59:55 +01:00
parent 67596a8aec
commit 8df01c4fb2
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
* Remove leftover imports of Twisted Logger, using instead our shim.
* Change NuCypher Logger behavior to always escape curly braces. The rationale is that it's unclear how to justify the previous behavior with some edge cases like ``{{}``, which was processed to ``{}``.