From a680d09b4d1e6ec9a7f4fe27eb3995d6119e2946 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 11 Jul 2020 10:18:56 -0700 Subject: [PATCH] Add release notes wrt #136 --- release-notes/CREDITS | 9 ++++++++- release-notes/VERSION | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/release-notes/CREDITS b/release-notes/CREDITS index 23ec0c10..c9f423a7 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -25,5 +25,12 @@ Edouard Oger (eoger@github) Tiago Peruzzo (peruzzo@github) -#70: Infinite recursion due to `@JsonIgnoreProperties` not passed to property +* Reported #70: Infinite recursion due to `@JsonIgnoreProperties` not passed to property (2.6.5) + +Jose Bosca (jobosk@github) + +* Contributed #136: d feature `WRAP_IDENTIFIER_IN_OBJECT` to allow disabling of wrapping + of "id" attribute + (2.12.0) + diff --git a/release-notes/VERSION b/release-notes/VERSION index f8074dcc..abbf3f46 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -6,6 +6,9 @@ Project: jackson-datatype-hibernate 2.12.0 (not yet released) +#136: d feature `WRAP_IDENTIFIER_IN_OBJECT` to allow disabling of wrapping + of "id" attribute + (contributed by Jose B) - Add Gradle Module Metadata (https://blog.gradle.org/alignment-with-gradle-module-metadata) 2.11.1 (25-Jun-2020)