Update CHANGELOG.md

pull/2349/head
Todd Persen 2015-04-20 13:17:17 -07:00
parent 30b56cea03
commit 1502e3e901
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### Features ### Features
- [#2301](https://github.com/influxdb/influxdb/pull/2301): Distributed query load balancing and failover - [#2301](https://github.com/influxdb/influxdb/pull/2301): Distributed query load balancing and failover
- [#2336](https://github.com/influxdb/influxdb/pull/2336): Handle distributed queries when shards != data nodes
### Bugfixes ### Bugfixes
- [#2297](https://github.com/influxdb/influxdb/pull/2297): create /var/run during startup. Thanks @neonstalwart. - [#2297](https://github.com/influxdb/influxdb/pull/2297): create /var/run during startup. Thanks @neonstalwart.
@ -17,6 +18,7 @@
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix panic if tag key isn't double quoted when it should have been - [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix panic if tag key isn't double quoted when it should have been
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix SHOW DIAGNOSTICS panic if any shard was non-local. - [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix SHOW DIAGNOSTICS panic if any shard was non-local.
## v0.9.0-rc25 [2015-04-15] ## v0.9.0-rc25 [2015-04-15]
### Bugfixes ### Bugfixes