From 097d4ef120b7ef3f9ae0fbee04db5ef1ddb29500 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 28 Sep 2022 19:03:25 +0200 Subject: [PATCH] docs: Update CHANGES-4.3.md Co-authored-by: Thales Macedo Garitezi --- CHANGES-4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 2edc931d5..713f89f37 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -44,7 +44,7 @@ File format: This change also added `format_status` callback for `gen_server` states which hold plaintext password so the process termination log and `sys:get_status` will print '******' instead of the password to console. - - Avoid pool name clasing [eredis_cluster#22](https://github.com/emqx/eredis_cluster/pull/22) + - Avoid pool name clashing [eredis_cluster#22](https://github.com/emqx/eredis_cluster/pull/22) Same `format_status` callback is added here too for `gen_server`s which hold password in their state.