Add upcoming release page

* Add HEAD support mention
* Add change for bulk call
This commit is contained in:
steve-chavez
2019-09-18 14:19:40 -05:00
parent 1a18ef5a20
commit 2186a7e1a8
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
.. |br| raw:: html
<br />
Upcoming
========
These are changes yet unreleased. If you'd like to try them out before a new official release, you can :ref:`build_source`.
Added
-----
* Support for HTTP HEAD requests.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
Changed
-------
* :ref:`bulk_call` should now be done by specifying a ``Prefer: params=multiple-objects`` header.