Implement [JACKSON-546]
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 591ca18..80dd143 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -10,6 +10,8 @@
 
 Improvements
 
+* [JACKSON-546]: Indicate end-of-input with JsonMappingException instead
+  of EOFException, when there is no parsing exception
 * [JACKSON-664]: Reduce overhead of type resolution by adding caching
   in TypeFactory
 * [JACKSON-690]: Pass DeserializationContext through ValueInstantiator