From 97a62a96776f5f204cf9db6e13bdedf7a9038076 Mon Sep 17 00:00:00 2001 From: mroloux Date: Thu, 25 May 2023 13:22:01 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e72b240..5c6b149 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,9 @@ Passing in 0 disables exponential backoff completely. In that case, the client w ## Upgrading +### v84 -> v85 +- `$seatsioClient->events->channels->replace` now takes a normal array instead of an associative array. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects. + ### v83 -> v84 - Fields returned by usage reports have changed