Update newsfragments/2412.bugfix.rst

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/2412/head
David Núñez 2020-11-02 17:42:21 +01:00 committed by GitHub
parent 8df01c4fb2
commit 7ad071ec53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +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 ``{}``.
| 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 ``{}``.