Update paragraph at top of 2.0.0 release notes
diff --git a/_posts/release/2019-08-02-accumulo-2.0.0.md b/_posts/release/2019-08-02-accumulo-2.0.0.md
index 0f43c8e..29018b6 100644
--- a/_posts/release/2019-08-02-accumulo-2.0.0.md
+++ b/_posts/release/2019-08-02-accumulo-2.0.0.md
@@ -2,10 +2,12 @@
 title: Apache Accumulo 2.0.0
 ---
 
-Apache Accumulo 2.0.0 is a significant release.  These release notes are still a work in
-progress. The notes are fairly complete in terms of features added to 2.0, but some
-features may still be missing.  Also, the notes will be updated in the future to point
-to documentation for new features in addition to issues.
+Apache Accumulo 2.0.0 contains significant changes from 1.9 and earlier
+versions. It is the first major release since adopting [semver] and is the
+culmination of more than 3 years worth of work by more than 40 contributors
+from the Accumulo community. The following release notes highlight some of the
+changes. If anything is missing from this list, please [contact] the developers
+to have it included.
 
 ## Notable Changes
 
@@ -181,23 +183,24 @@
 
 View the [Upgrading Accumulo documentation][upgrade] for guidance.
 
-## Testing
 
-[accumulo-docker]: https://github.com/apache/accumulo-docker
-[clients]: /docs/2.x/getting-started/clients
-[script-post]: /blog/2016/11/16/simpler-scripts-and-config.html
-[website-repo]: https://github.com/apache/accumulo-website
-[accumulo-examples]: https://github.com/apache/accumulo-examples
-[upgrade]: /docs/2.x/administration/upgrading
-[ACCUMULO-4784]: https://issues.apache.org/jira/browse/ACCUMULO-4784
-[ACCUMULO-4737]: https://issues.apache.org/jira/browse/ACCUMULO-4737
-[ACCUMULO-4733]: https://issues.apache.org/jira/browse/ACCUMULO-4733
-[ACCUMULO-4726]: https://issues.apache.org/jira/browse/ACCUMULO-4726
-[ACCUMULO-4706]: https://issues.apache.org/jira/browse/ACCUMULO-4706
-[ACCUMULO-4588]: https://issues.apache.org/jira/browse/ACCUMULO-4588
-[ACCUMULO-4490]: https://issues.apache.org/jira/browse/ACCUMULO-4490
-[ACCUMULO-4449]: https://issues.apache.org/jira/browse/ACCUMULO-4449
-[ACCUMULO-3652]: https://issues.apache.org/jira/browse/ACCUMULO-3652
 [#634]: https://github.com/apache/accumulo/issues/634
+[ACCUMULO-3652]: https://issues.apache.org/jira/browse/ACCUMULO-3652
+[ACCUMULO-4449]: https://issues.apache.org/jira/browse/ACCUMULO-4449
+[ACCUMULO-4490]: https://issues.apache.org/jira/browse/ACCUMULO-4490
+[ACCUMULO-4588]: https://issues.apache.org/jira/browse/ACCUMULO-4588
+[ACCUMULO-4706]: https://issues.apache.org/jira/browse/ACCUMULO-4706
+[ACCUMULO-4726]: https://issues.apache.org/jira/browse/ACCUMULO-4726
+[ACCUMULO-4733]: https://issues.apache.org/jira/browse/ACCUMULO-4733
+[ACCUMULO-4737]: https://issues.apache.org/jira/browse/ACCUMULO-4737
+[ACCUMULO-4784]: https://issues.apache.org/jira/browse/ACCUMULO-4784
 [Apilyzer]: https://code.revelc.net/apilyzer-maven-plugin/
+[accumulo-docker]: https://github.com/apache/accumulo-docker
+[accumulo-examples]: https://github.com/apache/accumulo-examples
+[clients]: /docs/2.x/getting-started/clients
+[contact]: /contact-us
 [newImportDir]: {% jurl org.apache.accumulo.core.client.admin.TableOperations %}#importDirectory(java.lang.String)
+[script-post]: /blog/2016/11/16/simpler-scripts-and-config.html
+[semver]: https://semver.org/spec/v2.0.0.html
+[upgrade]: /docs/2.x/administration/upgrading
+[website-repo]: https://github.com/apache/accumulo-website