chore: Note Response.delete_header() in changelog (#1039)
This commit is contained in:

committed by
John Vrbanac

parent
77b5afafe3
commit
a648dd1c7a
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user