diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2193c8f55..edd6af308 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,7 @@
## Next release
+* Update `/docs` Swagger UI to enable deep linking. This allows sharing the URL pointing directly to the path operation documentation in the docs. PR #148 by @wshayes.
+
* Update development dependencies, `Pipfile.lock`. PR #150.
* Include Falcon and Hug in: Alternatives, Inspiration and Comparisons.