forked from extern/httpie-cli
Update CHANGELOG
This commit is contained in:
parent
c4627cc882
commit
7ee519ef46
@ -9,11 +9,11 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
|
||||
`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)
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user