From 55ed41092afc9c2cc2f3835cefe4ce286519ad46 Mon Sep 17 00:00:00 2001 From: Feng Date: Wed, 13 Apr 2016 14:59:17 +0800 Subject: [PATCH] 1.0 release notes --- docs/source/changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 721d5a14d..71cf49805 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -25,7 +25,7 @@ The emqttd 1.0 implements a fully-featured, scalable, distributed and extensible 3. Distributed - Route MQTT Messages among clustered or bridged broker nodes -4 Extensible - LDAP, MySQL, PostgreSQL, Redis Authentication/ACL Plugins +4. Extensible - LDAP, MySQL, PostgreSQL, Redis Authentication/ACL Plugins Bugfix and Enhancements ----------------------- @@ -34,7 +34,7 @@ Possible race condition using emqttd_cm (#486) Improve the design of retained message expiration (#503) -Should not expire the retained messages from $SYS/# topics (#500) +Do not expire the retained messages from $SYS/# topics (#500) Documentation --------------