From 98f701f66b24e04539ca33b51dce193700d30f9d Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:12:52 -0400 Subject: [PATCH] Update CHANGELOG.md MTOM support notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c85a1e..c6d9d553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ decrypt the key and pass it to faraday in code * Deprecates providing a ca cert, upgrade path is to provide a ca cert file * deprecates overriding ssl ciphers, as faraday does not support this +* MTOM attachment support by @ekzobrain in https://github.com/savonrb/savon/pull/1012 +* Fix: request logging when message contains non-ascii characters +* Fix: when xml option is provided, attachments option was ignored ## 2.15.1 (2024-07-08)