From 7ee519ef46ed0a4280f431d0c14745ed8244621f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 8 Jun 2020 18:02:04 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 4 ++-- httpie/cli/definition.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c5927c40..46dd453b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,11 +9,11 @@ This project adheres to `Semantic Versioning `_. `2.2.0-dev`_ (unreleased) ------------------------- +* Fixed built-in plugins-related circular imports (`#925`_). * Added ``--format-options`` to allow disabling sorting, etc. (`#128`_) * Added ``--ciphers`` to allow configuring OpenSSL ciphers (`#870`_). * Added support for ``$XDG_CONFIG_HOME`` (`#920`_). -* Fixed built-in plugins-related circular imports (`#925`_). -* Fixed custom content types for each multipart uploaded file (`#668`_). +* Added support for custom content types for uploaded files (`#668`_). `2.1.0`_ (2020-04-18) diff --git a/httpie/cli/definition.py b/httpie/cli/definition.py index 93fef94e..b3b5f388 100644 --- a/httpie/cli/definition.py +++ b/httpie/cli/definition.py @@ -112,7 +112,7 @@ positional.add_argument( '@' Form file fields (only with --form, -f): - cs@~/Documents/CV.pdf + cv@~/Documents/CV.pdf cv@'~/Documents/CV.pdf;type=application/pdf' '=@' A data field like '=', but takes a file path and embeds its content: