From 6f7c113128f8ccea80bb5f8eb3ed76c5f03e6273 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 6 Dec 2021 10:31:07 +0300 Subject: [PATCH] add link to pr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c403e8..b3f24ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ 2.8.4 ===== -* Support setting a custom `data` attached to a subscribe request. This `data` will be then available in `OnSubscribe` callback on the server side (in the case of Centrifugo subscribe proxy will be able to access this data). +* Support setting a custom `data` attached to a subscribe request. This `data` will be then available in `OnSubscribe` callback on the server side (in the case of Centrifugo subscribe proxy will be able to access this data). [#171](https://github.com/centrifugal/centrifuge-js/pull/171). 2.8.3 =====