Missing NEWS entry in changeset e1dde980a92c
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f1f520..c7637be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,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>``.