From 678cf22b0e98c247ec645cc1f512399529623464 Mon Sep 17 00:00:00 2001 From: Tatsuya Ono Date: Thu, 4 Jul 2024 23:24:32 +0100 Subject: [PATCH] Comment about OTP 27 support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e177fb0..31098fe 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ To upgrade from the old version, please read our upgrade guides: * [1.x to 2.x](https://github.com/pma/amqp/wiki/2.0-Release-Notes#breaking-changes-and-upgrade-guide) * [2.x to 3.x](https://github.com/pma/amqp/wiki/3.0-Release-Notes#breaking-changes-and-upgrade-guide) +## OTP 27 (Elixir 1.17) support + +Please read [this issue](https://github.com/pma/amqp/issues/231) about OTP 27 support. + ## Usage Add AMQP as a dependency in your `mix.exs` file.