CHANGELOG-3.2: highlight `--snapshot-count` default value change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-03-09 15:51:35 -08:00
parent 7e14e11548
commit 9e84f2d4e8
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.1.0...v3.2.0) and [
### Changed
- Increased [`--snapshot-count` default value from 10,000 to 100,000](https://github.com/coreos/etcd/pull/7160).
- v3 client
- `LeaseTimeToLive` returns TTL=-1 resp on lease not found.
- `clientv3.NewFromConfigFile` is moved to `clientv3/yaml.NewConfig`.