Update CHANGELOG.md

This commit is contained in:
jcamiel 2022-12-19 21:33:10 +01:00
parent 37da06054d
commit e67ed69d2a
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -6,6 +6,7 @@ Thanks to
[@jlecour](https://github.com/jlecour),
[@ako](https://github.com/ako),
[@jmoore34](https://github.com/jmoore34),
[@robjtede](https://github.com/robjtede),
[@devnoname120](https://github.com/devnoname120),
[@dalejefferson-rnf](https://github.com/dalejefferson-rnf),
[@dnsmichi](https://github.com/dnsmichi),
@ -13,6 +14,8 @@ Thanks to
Enhancements:
* Add connect-to option [#1079](https://github.com/Orange-OpenSource/hurl/issues/1079)
* Add name attribute to JUnit report [#1078](https://github.com/Orange-OpenSource/hurl/issues/1078)
* Check HTTP version and status first, then other asserts. [#1072](https://github.com/Orange-OpenSource/hurl/issues/1072)
@ -25,6 +28,8 @@ Enhancements:
* Use HTTP instead of HTTP/* for any HTTP version match [#975](https://github.com/Orange-OpenSource/hurl/issues/975)
* Add RunnerOptionsBuilder to create instance of RunnerOptions. [#972](https://github.com/Orange-OpenSource/hurl/issues/972)
* Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method [#967](https://github.com/Orange-OpenSource/hurl/issues/967)
* Add GraphQL support [#504](https://github.com/Orange-OpenSource/hurl/issues/504)