Issue 2274:  Add heapq.heappushpop().
diff --git a/Misc/NEWS b/Misc/NEWS
index bd3a6cc..4d0b9f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -491,6 +491,8 @@
 Library
 -------
 
+- #2274 Add heapq.heappushpop().
+
 - Add inspect.isabstract(object) to fix bug #2223
 
 - Add a __format__ method to Decimal, to support PEP 3101.