From 6522ce06d0de0281758d7b697460f1497346a9aa Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Wed, 1 Dec 2021 21:20:16 +0300 Subject: [PATCH] Add plugin management changelog entry (#1223) * Add plugin management changelog entry * Update CHANGELOG.md Co-authored-by: Jakub Roztocil --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e667bc23..adaa11f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## [2.7.0.dev0](https://github.com/httpie/httpie/compare/2.6.0...master) (unreleased) +- Add `httpie plugins` interface for plugin management. ([#566](https://github.com/httpie/httpie/issues/566)) - Added support for sending multiple HTTP headers with the same name. ([#130](https://github.com/httpie/httpie/issues/130)) - Added support for receving multiple HTTP headers with the same name, individually. ([#1207](https://github.com/httpie/httpie/issues/1207)) - Added support for keeping `://` in the URL argument to allow quick conversions of pasted URLs into HTTPie calls just by adding a space after the protocol name (`$ https ://pie.dev` → `https://pie.dev`). ([#1195](https://github.com/httpie/httpie/issues/1195))