From 7b3ead3b26682ee331e0e67eb4e3962742f9aa5e Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Fri, 20 Jul 2018 21:40:53 +0200 Subject: [ci skip] Fixup changelog. Trim title. Mention benefit. --- activejob/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 9e3c91fdfc..8526741383 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,4 +1,7 @@ -* Move `enqueue`/`enqueue_at` notifications to an around callback (was previously an after callback). +* Move `enqueue`/`enqueue_at` notifications to an around callback. + + Improves timing accuracy over the old after callback by including + time spent writing to the adapter's IO implementation. *Zach Kemp* -- cgit v1.2.3