From 5936421202fb53ed4641bcb824017dd393a3dbcc Mon Sep 17 00:00:00 2001
From: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Thu, 30 Jul 2020 13:21:57 -0700
Subject: [PATCH] docs: add links to the CHANGELOG from the README.md for Java
 and Node (#701)

---
 synthtool/gcp/templates/node_library/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/synthtool/gcp/templates/node_library/README.md b/synthtool/gcp/templates/node_library/README.md
index fd15eeb03..2335852a7 100644
--- a/synthtool/gcp/templates/node_library/README.md
+++ b/synthtool/gcp/templates/node_library/README.md
@@ -24,6 +24,9 @@
 {{ metadata['description'] }}
 {% endif %}
 
+A comprehensive list of changes in each version may be found in
+[the CHANGELOG](https://github.com/{{ metadata['repo']['repo'] }}/blob/master/CHANGELOG.md).
+
 {% if metadata['repo']['client_documentation'] %}* [{{ metadata['repo']['name_pretty'] }} {{ metadata['repo']['language']|language_pretty }} Client API Reference][client-docs]{% endif %}
 {% if metadata['repo']['product_documentation'] %}* [{{ metadata['repo']['name_pretty'] }} Documentation][product-docs]{% endif %}
 * [github.com/{{ metadata['repo']['repo'] }}](https://github.com/{{ metadata['repo']['repo'] }})