A fix to `ObjectReader.with(JsonPaser.Feature)`
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index abd7000..207ee8c 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -25,6 +25,7 @@
 #2576: Fail to serialize `Enum` instance which includes a method override
   as POJO (shape = Shape.OBJECT)
  (reported by ylhuang-veeva@github)
+- Fix an issue with `ObjectReader.with(JsonParser.Feature)` (and related) not working
 
 2.10.1 (09-Nov-2019)