From 51a59619277df085cc884c6df1dcce84494bed2b Mon Sep 17 00:00:00 2001 From: Manish R Jain <manish@dgraph.io> Date: Tue, 26 Jun 2018 21:18:55 -0700 Subject: [PATCH] Update CHANGELOG for v1.0.6. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41049ef9..8603a5dd 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 -- GitLab