diff --git a/CHANGELOG.md b/CHANGELOG.md index 48afc2b50..45808a585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ BUG FIXES: [GH_-3452] * client: Fix lock contention that could cause a node to miss a heartbeat and be marked as down [GH-3195] + * client: Fix data race that could lead to concurrent map read/writes during + hearbeating and fingerprinting [GH-3461] * driver/docker: Fix docker user specified syslogging [GH-3184] * driver/docker: Fix issue where CPU usage statistics were artificially high [GH-3229]