From aa3e87c4ee8da57b0b71f0a9511af89002a7aa1e Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 1 Feb 2017 16:13:52 +1100 Subject: [PATCH] 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 --- releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml 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.