summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.co>2021-02-06 11:02:26 +0100
committerJakub Roztocil <jakub@roztocil.co>2021-02-06 11:02:26 +0100
commitd0144987137a767dafb0d42ffd037fe6859866fc (patch)
treee9776116bea59f418ccc861d5a001c6fc68f0125
parent5414d1853e7526e6a8bb78b7916b83a7424027f9 (diff)
Changelog entry for cookie expiration based on `Set-Cookie: max-age=<n>`
#1029
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c47be9d6..e4618802 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
`2.4.0-dev`_ (unreleased)
-------------------------
+* Added support for ``--session`` cookie expiration based on ``Set-Cookie: max-age=<n>``. (`#1029`_)
* Show a ``--check-status`` warning with ``--quiet`` as well, not only when the output si redirected. (`#1026`_)
* Fixed upload with ``--session`` (`#1020`_).
* Fixed a missing blank line between request and response (`#1006`_).
@@ -489,3 +490,4 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
.. _#1006: https://github.com/httpie/httpie/issues/1006
.. _#1020: https://github.com/httpie/httpie/issues/1020
.. _#1026: https://github.com/httpie/httpie/issues/1026
+.. _#1029: https://github.com/httpie/httpie/issues/1029