Fix #1208
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 5a2b5b3..1c29dcc 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -19,6 +19,8 @@
 #1197: `SNAKE_CASE` doesn't work when using Lombok's `@AllArgsConstructor`
 #1198: Problem with `@JsonTypeInfo.As.EXTERNAL_PROPERTY`, `defaultImpl`, missing type id, NPE
 #1203: `@JsonTypeInfo` does not work correctly for ReferenceTypes like `AtomicReference`
+#1208: treeToValue doesn't handle POJONodes that contain exactly the requested value type
+  (reported by Tom M)
 - Improve handling of custom content (de)serializers for `AtomicReference`
 
 2.7.3 (16-Mar-2016)