From 4c55eeaac78cb42d6fa6baec8410c7a7b2af1420 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Amiel Date: Wed, 30 Oct 2024 11:31:58 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad489c5869..39e2ebecdd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Thanks to [@sandeshbhusal](https://github.com/sandeshbhusal), [@thePanz](https://github.com/thePanz), [@infogulch](https://github.com/infogulch), +[@orlandow](https://github.com/orlandow), Breaking Changes: @@ -25,6 +26,7 @@ Enhancements: * Jsonpath / Add non-equal filter on string and number value [#3261](https://github.com/Orange-OpenSource/hurl/issues/3261) * Add support for backtick strings in predicates values [#3317](https://github.com/Orange-OpenSource/hurl/issues/3317) * Categorise options in --help [#3339](https://github.com/Orange-OpenSource/hurl/issues/3339) +* Support more JSON / XML "like" mimetypes with debug output [#3343](https://github.com/Orange-OpenSource/hurl/issues/3343) Bugs Fixed: