diff --git a/docs/release-notes.md b/docs/release-notes.md
index a14c8aaeb..f3059d72b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,7 @@
## Next release
+* Fix OpenAPI (JSON Schema) for declarations of Python `Union` (JSON Schema `additionalProperties`). PR #121.
+
* Update Background Tasks with a note on Celery.
* Document response models using unions and lists, updated at: Extra Models. PR #108.