Skip to content

Commit

Permalink
Update changelog for #203
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Mar 22, 2019
1 parent da669e3 commit f40a0f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f40a0f4

Please sign in to comment.