diff --git a/releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml b/releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml new file mode 100644 index 0000000..6a6d75b --- /dev/null +++ b/releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml @@ -0,0 +1,4 @@ +--- +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.