From c1afa8ac8278318cf52c6f73c9c0917001e0307e Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Thu, 10 Oct 2024 12:36:32 +0530 Subject: [PATCH] Updated Changelog for v1.14.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9afb1ae..fb823f31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +### Fixed + +- Fix for - [#5330](https://github.com/postmanlabs/postman-app-support/issues/5330) Added support for usage of --data-binary flag when using long format option for body type binary. + +- Fix for - [#540](https://github.com/postmanlabs/postman-code-generators/issues/540) Curl codesnippet's JSON body must follow multiLine option's configuration. + ## [v1.13.0] - 2024-09-11 ### Fixed