Update CHANGELOG for 0.9.6

[ci skip]
pull/4570/merge
Philip O'Toole 2015-11-12 19:18:34 -08:00
parent 0339d472ec
commit df6e76d357
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v0.9.6 [unreleased]
### Features
### Bugfixes
## v0.9.5 [unreleased]
### Release Notes
@ -47,7 +53,7 @@ There are breaking changes in this release:
- [#4685](https://github.com/influxdb/influxdb/pull/4685): Automatically promote node to raft peer if drop server results in removing a raft peer.
### Bugfixes
- [#47778](https://github.com/influxdb/influxdb/pull/4778): If there are points to count, count is 0. Fixes [#4701](https://github.com/influxdb/influxdb/issues/4701)
- [#4778](https://github.com/influxdb/influxdb/pull/4778): If there are points to count, count is 0. Fixes [#4701](https://github.com/influxdb/influxdb/issues/4701)
- [#4715](https://github.com/influxdb/influxdb/pull/4715): Fix panic during Raft-close. Fix [issue #4707](https://github.com/influxdb/influxdb/issues/4707). Thanks @oiooj
- [#4643](https://github.com/influxdb/influxdb/pull/4643): Fix panic during backup restoration. Thanks @oiooj
- [#4632](https://github.com/influxdb/influxdb/pull/4632): Fix parsing of IPv6 hosts in client package. Thanks @miguelxpn