From f6d7c8df1d2184e7b330449407b470ff97d7a5d6 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 8 Oct 2015 21:41:26 +0800 Subject: [PATCH] misc fix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248a31f3c..d95eb02eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Enhance the **emqttd_ctl** module to allow plugins to register new commands (#25 Add [emqttd_recon plugin](https://github.com/emqtt/emqttd_recon) to debug/optimize the broker (#235) -Add **'./bin/emqttd_ctl broker pubsub'** command to check the status of the core pubsub processes +Add **'./bin/emqttd_ctl broker pubsub'** command to check the status of core pubsub processes Add **'./bin/emqttd_top'** command(like etop) to show the top 'msg_q', 'reductions', 'memory' or 'runtime' processes @@ -19,7 +19,7 @@ Add **'./bin/emqttd_top'** command(like etop) to show the top 'msg_q', 'reductio 'rel/files/emqttd.config.development' for development deployment -#### Enhancemenets +#### Enhancements Qos1/2 messages will not be dropped under unstable mobile network (#264)