Fix [JACKSON-712], inability to use Injectables with delegation constructor
diff --git a/release-notes/VERSION b/release-notes/VERSION
index aa80d46..cc4bfc7 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,8 @@
 
 Fixes:
 
+* [JACKSON-712]: Delegating @JsonCreator did not work with Injectable values
+
 Improvements
 
 * [JACKSON-546]: Indicate end-of-input with JsonMappingException instead