From a2038f2b877be2dfb3add43d4f48f2c565b8c61c Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Fri, 30 Dec 2022 16:04:52 -0500 Subject: [PATCH] Add security notice in changelog --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 50637a66..248865ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ -## unreleased +## 0.21.0 -* Fix request marshaling (https://github.com/jnunemaker/httparty/pull/767) +* [escape filename in the multipart/form-data Content-Disposition header](https://github.com/jnunemaker/httparty/commit/cdb45a678c43e44570b4e73f84b1abeb5ec22b8e) +* [Fix request marshaling](https://github.com/jnunemaker/httparty/pull/767) * [Replace `mime-types` with `mini_mime`](https://github.com/jnunemaker/httparty/pull/769) ## 0.20.0