Add info from 2.0.0-alpha-2 rel 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 64b103b..7cf88ed 100644
--- a/_posts/release/2017-09-05-accumulo-2.0.0.md
+++ b/_posts/release/2017-09-05-accumulo-2.0.0.md
@@ -23,6 +23,7 @@
   * The new client is closeable and does not rely on shared static resource management
   * Clients can be created using a new Java builder, `Properties` object, or `accumulo-client.properties`
   * Clients can now be created with default settings for `BatchWriter`, `Scanner`, etc.
+  * Create scanners with default authorizations. {% ghi 744 %}
 See the [client documentation][clients] for more information on how to use the new API.
 
 ### Hadoop 3 Java 8 & 11.
@@ -173,6 +174,7 @@
 * {% ghi 1102 %} {% ghi 1100 %} {% ghi 1037 %} - Removed lock contention in different areas.  These locks caused threads working unrelated task to impede each other.
 * {% ghi 1033 %} - Optimized the default compaction strategy.  In some cases the Accumulo would rewrite data O(N^2) times over repeated compactions.  With this change the amount of rewriting is always logarithmic.
 * Many performance improvements mentioned in the 1.9.X release notes are also available in 2.0.
+* Scanners close server side sessions on close {% ghi 813 %} {% ghi 905 %}
 
 ## Upgrading