diff options
author | Kennan Seno <7852866+kennanseno@users.noreply.github.com> | 2020-05-28 14:02:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 09:02:31 -0400 |
commit | 088fc1556c5bc51cf85485aa622ccfa2f34145e7 (patch) | |
tree | 6975b951ebb5e217cc0b62ae73558f16d8f34c0e | |
parent | c9bbb200d6938e63081da97f77fb95f5322ec918 (diff) |
Add release changes section in doc (#5903)
-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 |