From 0340f8caf526b0a9bd988b35c520286dc67ce036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 17 Aug 2021 11:18:02 +0200 Subject: [PATCH] Fix missing links in the changelog [skip ci] --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a908227..28b4be0c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,7 @@ This project adheres to `Semantic Versioning `_. an alternative to ``stdin``. (`#534`_) * Fixed ``--continue --download`` with a single byte to be downloaded left. (`#1032`_) * Fixed ``--verbose`` HTTP 307 redirects with streamed request body. (`#1088`_) -* Fixed handling of session files with `Cookie:` followed by other headers. (`#1126`_) +* Fixed handling of session files with ``Cookie:`` followed by other headers. (`#1126`_) * Add internal support for file-like object responses to improve adapter plugin support. (`#1094`_) @@ -505,3 +505,5 @@ This project adheres to `Semantic Versioning `_. .. _#1029: https://github.com/httpie/httpie/issues/1029 .. _#1032: https://github.com/httpie/httpie/issues/1032 .. _#1088: https://github.com/httpie/httpie/issues/1088 +.. _#1094: https://github.com/httpie/httpie/issues/1094 +.. _#1126: https://github.com/httpie/httpie/issues/1126