From fa9285910d06f94e485df1078fbb0e66be8bfcaf Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 8 Dec 2016 22:26:03 -0800 Subject: [PATCH] NEWS: mention `twisted[tls]` too --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5fc1336..ea1af67 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,9 @@ User-visible changes in "magic-wormhole": * CLI: don't print traceback upon "normal" errors * CLI: when target file already exists, don't reveal that fact to the sender, just say "transfer rejected" +* magic-wormhole now depends upon `Twisted[tls]`, which will cause pyOpenSSL + and the `cryptography` package to be installed. This should prevent a + warning about the "service_identity" module not being available. * other smaller internal changes Thanks to everyone who submitted patches in this release cycle: anarcat,