Add a reverse() method to collections.deque().
diff --git a/Misc/NEWS b/Misc/NEWS
index 3915e9b..ddf9a04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,8 @@
 Library
 -------
 
+- Add a reverse() method to collections.deque().
+
 - Issue #6986: Fix crash in the JSON C accelerator when called with the
   wrong parameter types.  Patch by Victor Stinner.