From 45fc3785dad484d5b70948b6f9ca7effa790d472 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 27 Aug 2020 20:03:42 +0200 Subject: [PATCH] CHANGELOG for v3.6.0 - also: note that 3.5.1 was never released Co-Authored-By: Chaymae Bazzaoui --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b110bd..b09936c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# 3.6.0 (2020-08-27) + +- Add: Support RPC-encoded WSDL (#63, @fernandes) +- Fix: Depend on [addressable](https://github.com/sporkmonger/addressable), for unescape to avoid a Ruby warning (#81, @chaymaeBZ, @bvicenzo) +- Change: Turn `String` monkeypatches into `Wasabi` class methods (@tjarratt) (released this version) +- Change: Reduced size of gem by focusing the files list (#89, @utkarsh2102) +- Remove: No longer tested on Rubinius + # 3.5.1 (2015-05-18) +NB: This version was never released to RubyGems.org. + * Fix: [#59](https://github.com/savonrb/wasabi/issue/59) Stop monkey patching the String class to provide #snakecase # 3.5.0 (2015-03-31)