14
0

- Update to version 1.1.0:

* Allow to skip hashing request and response bodies with
    `always_hash_content`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-hawk?expand=0&rev=8
This commit is contained in:
Antoine Belvire
2021-01-02 13:47:44 +00:00
committed by Git OBS Bridge
parent caa3f4e39e
commit e0b9fc5a66
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 2 13:36:19 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 1.1.0:
* Allow to skip hashing request and response bodies with
`always_hash_content`.
-------------------------------------------------------------------
Wed Mar 18 08:29:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>