From 1a0d16ee6695ec11349d5b80d9d4b1524947d4c8 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:24:22 +0000 Subject: [PATCH] mention upgrading in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f694bbf..339ee584 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Heavy metal SOAP client [![Code Climate](https://codeclimate.com/github/savonrb/savon.svg)](https://codeclimate.com/github/savonrb/savon) [![Coverage Status](https://coveralls.io/repos/savonrb/savon/badge.svg)](https://coveralls.io/r/savonrb/savon) +If you're reading this on GitHub, note that this README is for the main branch and that features/changes described here might not correspond to your version. You can find the documentation for your release [at rubydoc.info](https://www.rubydoc.info/find/gems?q=savon). ## Installation @@ -52,6 +53,10 @@ response.body For more examples, you should check out the [integration tests](https://github.com/savonrb/savon/tree/version2/spec/integration). +## Upgrading from v2.x to v3.x + +See [UPGRADING.md](UPGRADING.md) for more information. + ## Ruby version support Every savon release is tested with contemporary supported versions of ruby. Historical compatibility information: