Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names.
diff --git a/NEWS b/NEWS
index af528f3..b64189f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 - Issue #17826: setting an iterable side_effect on a mock function created by
   create_autospec now works. Patch by Kushal Das.
 
+- Issue #17826: setting an iterable side_effect on a mock function created by
+  create_autospec now works. Patch by Kushal Das.
+
 - Issue #20968: unittest.mock.MagicMock now supports division.
   Patch by Johannes Baiter.