diff --git a/docs/release-notes.md b/docs/release-notes.md
index b98662a03..eb08a97bd 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,7 @@
## Next
+* Make development scripts executable. PR #76 by @euri10.
+
* Add support for adding `tags` in `app.include_router()`. PR #55 by @euri10. Documentation updated in the section: Bigger Applications.
* Update docs related to Uvicorn to use new `--reload` option from version `0.5.x`. PR #74.