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)