chore: Note Response.delete_header() in changelog (#1039)

This commit is contained in:
Kurt Griffiths
2017-04-27 16:10:59 -06:00
committed by John Vrbanac
parent 77b5afafe3
commit a648dd1c7a
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ New & Improved
--------------
- A new `default` kwarg was added to ``falcon.Request.get_header``.
- A `delete_header()` method was added to ``falcon.Response``.
- Several new HTTP status codes and error classes were added, such as
``falcon.HTTPFailedDependency``.
- If `ujson` is installed it will be used in lieu of `json` to speed up

View File

@@ -10,6 +10,8 @@ New & Improved
--------------
- A new `default` kwarg was added to :meth:`~falcon.Request.get_header`.
- A :meth:`~falcon.Response.delete_header` method was added to
:class:`falcon.Response`.
- Several new HTTP status codes and error classes were added, such as
:class:`falcon.HTTPFailedDependency`.
- If `ujson` is installed it will be used in lieu of `json` to speed up