diff options
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index b48d18450..4d1d75cf5 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -45,6 +45,11 @@ Please list how this functionality is done in Go, Node, Rust, and Python. As an example, see how `Deno.rename()` was proposed and added in [PR #671](https://github.com/denoland/deno/pull/671). +## Releases + +Summary of the changes from previous releases can be found +[here](https://github.com/denoland/deno/releases). + ## Documenting APIs It is important to document public APIs and we want to do that inline with the |