diff --git a/CHANGELOG.md b/CHANGELOG.md index 4184d11d5..e046cde2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +[4.0.0 (TO BE RELEASED)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#4.0.0) +======================================================================================================================== +Thanks to +[@kaala](https://github.com/kaala), +[@phaza](https://github.com/phaza), +[@FiloSottile](https://github.com/FiloSottile), +[@devnoname120](https://github.com/devnoname120), + + +Enhancements: + +* Add --error-format option to output HTTP context on errors [#1542](https://github.com/Orange-OpenSource/hurl/issues/1542) + +* Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method [#967](https://github.com/Orange-OpenSource/hurl/issues/967) + + +Bugs Fixed: + +* Support additional dot in jsonpath expression [#1555](https://github.com/Orange-OpenSource/hurl/issues/1555) + +* Make Call, Certificate, Cookie, Header, Request, Response, Timings, Version public [#1548](https://github.com/Orange-OpenSource/hurl/issues/1548) + +* Add quotes around certificate attribute in HTML export. [#1515](https://github.com/Orange-OpenSource/hurl/issues/1515) + + [3.0.1 (2023-06-01)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#3.0.1) ========================================================================================================================