diff --git a/CHANGES.rst b/CHANGES.rst index 960e8d3..3173118 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/docs/changes/1.2.0.rst b/docs/changes/1.2.0.rst index 51e2506..269bbf8 100644 --- a/docs/changes/1.2.0.rst +++ b/docs/changes/1.2.0.rst @@ -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