From 596a8031dbd656c7c5a240607567df9a31bef994 Mon Sep 17 00:00:00 2001 From: Ivan Gorbachev Date: Tue, 14 Jan 2025 10:54:46 +0000 Subject: [PATCH] finagle-core: Update changelog Update changelog to reflect changes made in D1189064: `finagle-core: Add low priority offload executor` Differential Revision: https://phabricator.twitter.biz/D1193996 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b10c1cca23..925ed5bf4c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,7 @@ New Features * finagle-mux: Added a stat, /mux/request_context_bytes, that shows the size of the received context per request. * finagle-netty4: Added support for custom event loop implementations. ``PHAB_ID=D1185136`` +* finagle-core: Add low priority offload executor. ``PHAB_ID=D1189064`` Bug Fixes