From b358e2cfe8232893f6fd08c648481b7d16304967 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Tue, 25 Mar 2014 05:49:15 -0500 Subject: [PATCH] update changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index dd6e580ff2..25d1014463 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,8 @@ HEAD about them will remain in the info error channel for debugging purposes. - Improvement: `start_accept` and `listen` errors are now reported to the caller either via an exception or an ec parameter. +- Improvement: Outgoing writes are now batched for improved message throughput + and reduced system call and TCP frame overhead. - Bug: Fix some cases of calls to empty lib::function objects. - Bug: Fix memory leak of connection objects due to cached handlers holding on to reference counted pointers. #310 Thank you otaras for reporting.