Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 30, 2020
1 parent f4607c8 commit 1f7ace1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.d/287.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
treq request functions and methods like :func:`treq.get()` and :meth:`HTTPClient.post()` now issue a ``DeprecationWarning``.
This will change to a ``TypeError`` in the next treq release.
treq request functions and methods like :func:`treq.get()` and :meth:`HTTPClient.post()` now issue a ``DeprecationWarning`` when passed unknown keyword arguments, rather than ignoring them.
Mixing the *json* argument with *files* or *data* is also deprecated.
These warnings will change to a ``TypeError`` in the next treq release.

0 comments on commit 1f7ace1

Please sign in to comment.