More updates to 1.9.3 release notes
diff --git a/_posts/release/2018-07-18-accumulo-1.9.3.md b/_posts/release/2018-07-18-accumulo-1.9.3.md
index 9f12d39..5f75777 100644
--- a/_posts/release/2018-07-18-accumulo-1.9.3.md
+++ b/_posts/release/2018-07-18-accumulo-1.9.3.md
@@ -3,9 +3,9 @@
 draft: true
 ---
 
-Apache Accumulo 1.9.3 contains bug fixes for ~summary of bugs here~.
+Apache Accumulo 1.9.3 contains bug fixes for Write Ahead Logs and compaction.
 Users of any previous version of 1.8 or 1.9 are encouraged to upgrade
-~immediately or specify recommended timeline~.
+~~immediately or specify recommended timeline~~.
 
 * [User Manual][user_manual] - In-depth developer and administrator documentation
 * [Javadocs][javadoc] - Accumulo 1.9 API
@@ -51,10 +51,6 @@
 performance of mutations overall since the Hadoop WriteableUtils method can make 
 multiple write calls per long. [#669]
 
-Moved optimized writeVLong and writeVInt to UnsynchronizedBuffer
-to replace use of WriteableUtils methods. Each optimized method will
-only make one write call to the underlying outputstream.
-
 ### Multiple Fixes for Compaction Issues
 
 + Stop locking during compaction.  Compactions were acquiring the tablet lock between each 
@@ -106,13 +102,6 @@
 Versions of libstdc++ 8.2 and higher triggered errors within within the native map code. 
 This release fixes issues [#767], [#769] and ...
 
-### Stop locking during compaction
-
-Compactions were acquiring the tablet lock between each key value. 
-This created unnecessary contention with other operations like scan and 
-bulk imports.  For [#1031] the the synchronization was removed
-by [#1032]. 
-
 ### Fixed splitting tablets with files and no data
 
 The split code assumed that if a tablet had files that it had data in