diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41049ef941e3d7eff70ce206d0a2483e985fab86..8603a5dd39f273480122aa96f93041755448c34d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
 * Fix bugs in snapshot move, refactor code and improve performance significantly. #2440, #2442
 * Add error handling to GetNoStore. Fixes #2373.
 * Fix bugs in Bulk loader. #2449
+* Posting List and Raft bug fixes. #2457
 
 ### Changed
 
@@ -35,7 +36,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
 * Trace how node.Run loop performs.
 * Allow tweaking Badger options.
 
-*Warning: This change modifies some flag names. In particular, Badger options
+**Note:** This change modifies some flag names. In particular, Badger options
 are now exposed via flags named with `--badger.` prefix.
 
 ## [1.0.5] - 2018-04-20