diff --git a/docs/release-notes.md b/docs/release-notes.md
index fe58ebd14..d68cf48cf 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,7 @@
## Next release
+* By default, encode by alias. This allows using Pydantic `alias` parameters working by default. PR #168.
+
## 0.16.0
* Upgrade *path operation* `doctsring` parsing to support proper Markdown descriptions. New documentation at Path Operation Configuration. PR #163.