Sync with core, now that JsonNode is part of mapper
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c811911..4444103 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -42,6 +42,8 @@
 * [JACKSON-608]: Allow use of Json Views for deserialization
 * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
  (requested by Aner P)
+* [JACKSON-707]: Add 'JsonNode.deepCopy()', to create safe deep copies
+  of ObjectNodes, ArrayNodes.
 * [JACKSON-718]: Added 'JsonNode.canConvertToInt()', 'JsonNode.canConvertToLong()'
 * [JACKSON-747]: Allow changing of 'SerializationConfig.Feature' for ObjectWriter,
   'DeserializationConfig.Feature' for ObjectReader.