From bb07539abc6c3fcbb4887e8abfbf7a1e100937e0 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Fri, 6 Mar 2015 20:57:07 -0700 Subject: [PATCH] put link in right spot --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d4c68438..562ea8ce06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ## v0.9.0-rc10 [Unreleased] -- [#1862](https://github.com/influxdb/influxdb/pull/1862): Fix memory leak in `httpd.serveWait` ### Bugfixes - [#1867](https://github.com/influxdb/influxdb/pull/1867): Fix race accessing topic replicas map - [#1864](https://github.com/influxdb/influxdb/pull/1864): fix race in startStateLoop - [#1753](https://github.com/influxdb/influxdb/pull/1874): Do Not Panic on Missing Dirs - [#1877](https://github.com/influxdb/influxdb/pull/1877): Broker clients track broker leader +- [#1862](https://github.com/influxdb/influxdb/pull/1862): Fix memory leak in `httpd.serveWait` ## v0.9.0-rc9 [2015-03-06]