From f40a0f4ccd3cbedcea7d2d6defedfed96f2e1b13 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 22 Mar 2019 11:13:13 -0400 Subject: [PATCH] Update changelog for #203 --- ChangeLog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index fe8ae71a..9d8d859e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,8 @@ * Deprecate FunctorMaybe in favor of Data.Witherable.Filterable. We still export fmapMaybe, ffilter, etc., but they all rely on Filterable now. * Rename MonadDynamicWriter to DynamicWriter and add a deprecation for the old name. -* Remove many deprecated functions -* Add a Num instance for Dynamic -* 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 +* Remove many deprecated functions. +* Add a Num instance for Dynamic. +* 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.