Fix #348
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 1cf98f4..24fc345 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -7,6 +7,8 @@
 2.6.0 (not yet released)
 
 #312: Support Type Id mappings where two ids map to same Class
+#348: ObjectMapper.valueToTree does not work with @JsonRawValue
+ (reported by Chris P, pimlottc@github)
 #649: Make `BeanDeserializer` use new `parser.nextFieldName()` and `.hasTokenId()` methods
 #696: Copy constructor does not preserve `_injectableValues`
  (reported by Charles A)