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.