Update Crypto in Release notes
diff --git a/_posts/release/2017-09-05-accumulo-2.0.0.md b/_posts/release/2017-09-05-accumulo-2.0.0.md
index 3ab0deb..040d1f0 100644
--- a/_posts/release/2017-09-05-accumulo-2.0.0.md
+++ b/_posts/release/2017-09-05-accumulo-2.0.0.md
@@ -154,14 +154,6 @@
 
 * [ACCUMULO-3652] - Replaced string concatenation in log statements with slf4j
 where applicable. Removed tserver TLevel logging class.
-* [ACCUMULO-4733] - Introduced a new configuration option,
-crypto.security.provider, to allow for a configurable security provider for
-crypto. If unset, it will default to the system level Provider list.
-* [ACCUMULO-4737] - Renamed configuration option crypto.cipher.algorithm.name to
-crypto.cipher.key.algorithm.name. The option now functions as described in
-the user manual. Introduced a new configuration option, crypto.wal.cipher.suite,
-to allow for a separate configuration for WAL files. If unset, this will
-default to the value for crypto.cipher.suite.
 * [ACCUMULO-4449] - Removed 'slave' terminology and replaced with 'tserver' in
 most cases. The former 'slaves' config file is now named 'tservers'. Added checks to
 scripts to fail if 'slaves' file is present.
@@ -174,9 +166,10 @@
 * {% jira ACCUMULO-4732 %} - Specify iterators and locality groups at table creation time.
 * {% jira ACCUMULO-4612 %} - Use percentages for memory related configuration.
 * {% jira ACCUMULO-1787 %} - Two tier compaction strategy.  Support compacting small files with snappy and large files with gzip.
+* {% ghi 560 %} - Provide new Crypto interface & impl
 * {% ghi 536 %} - Removed mock Accumulo.
 * {% ghi 438 %} - Added support for ZStandard compression
-* {% ghi 404 %} - Added basic Grafana dashboard example.  TODO better link?
+* {% ghi 404 %} - Added basic Grafana dashboard example.
 
 ## Upgrading