diff --git a/blackbird/README.md b/blackbird/README.md index 2b712065..aac33850 100644 --- a/blackbird/README.md +++ b/blackbird/README.md @@ -32,7 +32,7 @@ Blackbird is available on Maven Central as of 2.12.0: ```xml - com.fasterxml.jackson.modules + com.fasterxml.jackson.module jackson-module-blackbird ``` diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index ed3f16fe..9b6a2c96 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,8 @@ Modules: #120: Afterburner does not support the new CoercionConfig (reported by Carter K) +#123: BlackBird not support fluent setter + (reported by wujimin@github) 2.12.0 (29-Nov-2020)