summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-09-12 10:53:52 -0700
committerGitHub <noreply@github.com>2016-09-12 10:53:52 -0700
commit77e49732bc8912e8b2b66a182d38794ce672c03d (patch)
tree3cf1154502432c1b1107d1bf5d795ba1d4f067f7
parentc0f28d618e9246c00889cd608c9dde223ef5a6ac (diff)
downloadsendgrid-nodejs-77e49732bc8912e8b2b66a182d38794ce672c03d.zip
sendgrid-nodejs-77e49732bc8912e8b2b66a182d38794ce672c03d.tar.gz
sendgrid-nodejs-77e49732bc8912e8b2b66a182d38794ce672c03d.tar.bz2
Breaking Changes Update
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b1a9538..1783c51 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
[![BuildStatus](https://travis-ci.org/sendgrid/sendgrid-nodejs.svg?branch=master)](https://travis-ci.org/sendgrid/sendgrid-nodejs)
+Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-nodejs/issues/290). Your support is appreciated!
+
**This library allows you to quickly and easily use the SendGrid Web API v3 via Node.js.**
Version 3.X.X+ of this library provides full support for all SendGrid [Web API v3](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html) endpoints, including the new [v3 /mail/send](https://sendgrid.com/blog/introducing-v3mailsend-sendgrids-new-mail-endpoint).
@@ -215,6 +217,8 @@ sg.API(request, function(error, response) {
<a name="announcements"></a>
# Announcements
+Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-nodejs/issues/290). Your support is appreciated!
+
All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
<a name="roadmap"></a>