Skip to content

Commit f40a0f4

Browse files
committed
Update changelog for #203
1 parent da669e3 commit f40a0f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ChangeLog.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
* Deprecate FunctorMaybe in favor of Data.Witherable.Filterable. We still export fmapMaybe, ffilter, etc., but they all rely on Filterable now.
66
* Rename MonadDynamicWriter to DynamicWriter and add a deprecation for the old name.
7-
* Remove many deprecated functions
8-
* Add a Num instance for Dynamic
9-
* Add matchRequestsWithResponses to make it easier to use Requester with protocols that don't do this matching for you
10-
* Add withRequesterT to map functions over the request and response of a RequesterT
7+
* Remove many deprecated functions.
8+
* Add a Num instance for Dynamic.
9+
* Add matchRequestsWithResponses to make it easier to use Requester with protocols that don't do this matching for you.
10+
* Add withRequesterT to map functions over the request and response of a RequesterT.
11+
* Suppress nil patches in QueryT as an optimization. The Query type must now have an Eq instance.

0 commit comments

Comments
 (0)