From 903865720d17c14ef9add3b5feb5393cc05111f8 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 27 Sep 2016 17:29:39 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df0e1bd8..d5c54369a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ BUG FIXES: [GH-1558] * client: Fix a crash related to stats publishing when driver hasn't started yet [GH-1723] + * client: Fix a memory leak in the executor that caused failed allocations + [GH-1762] * client/fingerprint: Fix inconsistent CPU MHz fingerprinting [GH-1366] * discovery: Fix old services not getting removed from consul on update [GH-1668]