From b1c950623c1356ef631cceaab73c21cf7b14b3de Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 22 Mar 2019 12:13:13 -0400 Subject: [PATCH] Add Reflex.Time changes to changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 9d8d859e..9d3f83e2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,3 +9,4 @@ * Add matchRequestsWithResponses to make it easier to use Requester with protocols that don't do this matching for you. * Add withRequesterT to map functions over the request and response of a RequesterT. * Suppress nil patches in QueryT as an optimization. The Query type must now have an Eq instance. +* Add throttleBatchWithLag to Reflex.Time. See that module for details.