From cbaef0f30eb0ceffb43c2958ae180551ee432d5f Mon Sep 17 00:00:00 2001 From: Artur Petrov Date: Wed, 29 Nov 2023 15:36:33 +0300 Subject: [PATCH] Document in CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0835abce..a2a8b5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master +- Return support for an scheme omitted IP address in RPC_HOST. ([@ardecvz][]) + +For example, `127.0.0.1:50051/anycable`. + +It's missing from 1.4.6 which introduced auto RPC implementation inferring from the RPC host. + ## 1.4.7 - Add NATS-based broker. ([@palkan][])