From de1acae3a098346ef48c316bf4022fe88499952c Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 1 Apr 2015 20:42:11 -0700 Subject: [PATCH] update release notes wrt #737 --- release-notes/VERSION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/VERSION b/release-notes/VERSION index 310428676e..1cf98f4f3e 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -14,6 +14,8 @@ Project: jackson-databind (reported by wealdtech@github) #725: Auto-detect multi-argument constructor with implicit names if it is the only visible creator #727: Improve `ObjectWriter.forType()` to avoid forcing base type for container types +#737: Add support for writing raw values in TokenBuffer + (suggested by Guillaume S, gsmet@github) #743: Add `RawValue` helper type, for piping raw values through `TokenBuffer` - Remove old cglib compatibility tests; cause problems in Eclipse