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)