requests-mock/releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml
Jamie Lennox aa3e87c4ee Add a releasenote for additional_matcher
It really should have gone in with the review that implemented the
feature but better late than never.

Change-Id: Iafcfd17b9ddad8c09d66aadb6eda6f5603c23b8b
2017-02-01 16:13:52 +11:00

5 lines
167 B
YAML

---
features:
- Allow specifying an `additional_matcher` to the mocker that will call a
function to allow a user to add their own custom request matching logic.