Implemented [JACKSON-316], ability to do per-serialization indentation by adding methods
in ObjectWriter for setting PrettyPrinter

diff --git a/release-notes/VERSION b/release-notes/VERSION
index 207b5c5..33ad2d2 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -10,6 +10,8 @@
 
   * [JACKSON-265] Problems with generic wildcard type, type info.
    (reported by Fabrice D)
+  * [JACKSON-336] Generics handling: Map type not handled if intermediate types
+    with just one generic parameter
 
   Improvements:
 
@@ -42,6 +44,7 @@
 
   New features:
 
+  * [JACKSON-41] Add code generation to allow deserialization into arbitrary Bean interfaces.     
   * [JACKSON-212] Allow serializer/deserializing Enums using toString() method
     instead name()
   * [JACKSON-235] Handle bi-directional (parent/child, double-linked lists) references
@@ -69,6 +72,8 @@
     (requested by Ketan G)
   * [JACKSON-314] (go Pi, go!) Add 'SerializationConfig.Feature.WRITE_NULL_MAP_VALUES'
     to suppress writing of Map entries with null values.
+  * [JACKSON-316] Allow per-call enable/disable of pretty printing (added
+    methods in ObjectWriter; .withPrettyPrinter())
   * [JACKSON-325] Add new Jackson "internal" annotation (@JacksonStdCodec?) to allow
     marking default/standard serializers, deserializers