Browse Source

CHANGELOG-3.1: highlight Read Index change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
34241efb11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG-3.1.md

+ 1 - 1
CHANGELOG-3.1.md

@@ -189,7 +189,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.0.0...v3.1.0) and [
 
 ### Improved
 
-- Faster linearizable reads (implements Raft read-index).
+- Faster linearizable reads (implements Raft [read-index](https://github.com/coreos/etcd/pull/6212)).
 - v3 authentication API is now stable.
 
 ### Breaking Changes