From d158ce659514d0161c2729b1c674147656023ad4 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Thu, 23 Mar 2023 17:14:32 -0600 Subject: [PATCH] - Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736307f..364a3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## Next Release + +- Improve error messages when a matching interaction is not found (human-readable error messages) +- Fix bug where the base URL matching rule was not comparing the scheme, host, and port of the request URL properly + ## v0.5.2 (2023-01-13) - Fix a null pointer exception triggered when trying to parse and censor URL path elements.