diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fa87a9b48..cb737e440f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [#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`. Thanks @mountkin +- [#1883](https://github.com/influxdb/influxdb/pull/1883): RLock server during retention policy enforcement. Thanks @grisha - [#1868](https://github.com/influxdb/influxdb/pull/1868): Use `BatchPoints` for `client.Write` method. Thanks @vladlopes, @georgmu, @d2g, @evanphx, @akolosov. ### Features