Adapt format of newfragment to usual style

pull/2412/head
David Núñez 2020-11-06 11:46:49 +01:00
parent 03b7545a92
commit 56fd5cf7be
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
| 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 ``{}``.
Removes leftover imports of Twisted Logger, using instead our shim (Closes #2404). Also, changes NuCypher Logger behavior to always escape curly braces.