Fixed #733
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 0cbf815..ef4af70 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -17,6 +17,8 @@
 #728: TypeFactory#_fromVariable returns unknownType() even though it has enough information
   to provide a more specific type
  (reported by jkochaniak@github)
+#733: MappingIterator should move past errors or not return hasNext() == true
+ (reported by Lorrin N, lorrin@github)
 - Improvement to handling of custom `ValueInstantiator` for delegating mode; no more NPE
   if `getDelegateCreator()` returns null