diff --git a/CHANGELOG.md b/CHANGELOG.md index 96992d9f0..86bbd0794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ======================================================================================================================== Thanks to +[@elbart](https://github.com/elbart), [@dross-carve](https://github.com/dross-carve), [@kaala](https://github.com/kaala), [@phaza](https://github.com/phaza), @@ -14,6 +15,12 @@ Thanks to Enhancements: +* Introduce curl --path-as-is option [#1669](https://github.com/Orange-OpenSource/hurl/issues/1669) + +* Deprecate word predicate when operator is available [#1662](https://github.com/Orange-OpenSource/hurl/issues/1662) + +* Make hurlfmt support several input files (like Hurl) [#1650](https://github.com/Orange-OpenSource/hurl/issues/1650) + * Add timings info to very verbose mode [#1644](https://github.com/Orange-OpenSource/hurl/issues/1644) * Add waterfall to HTML report for a Hurl file [#1613](https://github.com/Orange-OpenSource/hurl/issues/1613) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f1fd866b..62a7267a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,3 +110,4 @@ Et voilà 🎉! [Create a new Git branch]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository [required to be signed]: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification [integration tests]: https://github.com/Orange-OpenSource/hurl/tree/master/integration +[the integration `README`]: /integration/README.md