Closes #2892: preserve iterparse events in case of SyntaxError.
diff --git a/Misc/NEWS b/Misc/NEWS
index 657c802..9e7a96c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@
 Library
 -------
 
+- Issue #2892: preserve iterparse events in case of SyntaxError.
+
 - Issue #670664: Fix HTMLParser to correctly handle the content of
   ``<script>...</script>`` and ``<style>...</style>``.