Update CHANGELOG.md

pull/2143/head v0.9.0-rc18
Todd Persen 2015-03-31 23:15:21 -07:00
parent ab62c5b28f
commit b60a98f613
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## v0.9.0-rc18 [Unreleased]
## v0.9.0-rc18 [2015-03-31]
### Bugfixes
- [#2100](https://github.com/influxdb/influxdb/pull/2100): Use channel to synchronize collectd shutdown.
@ -7,6 +7,7 @@
- [#2130](https://github.com/influxdb/influxdb/pull/2130): Make fewer calls to marshalTags().
- [#2105](https://github.com/influxdb/influxdb/pull/2105): Support != for tag values. Fix issue #2097, thanks to @smonkewitz for bug report.
- [#2105](https://github.com/influxdb/influxdb/pull/2105): Support !~ tags values.
- [#2138](https://github.com/influxdb/influxdb/pull/2136): Use map for marshaledTags cache.
## v0.9.0-rc17 [2015-03-29]