From 66d05b12449104b57962b3b45de147b27d65ee8d Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 19 Nov 2016 17:10:58 +0900 Subject: [PATCH] Prepare 0.6.3 --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a7f5c2a..4b505c3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,6 +3,8 @@ version 0.6.3 - new environment variables MAX_SUBS and MAX_SESSION_SUBS. Please read docs/ENV-NOTES - I encourage you to raise the default values. +- fixed import bug in 0.6.2 that prevented initial sync +- issues closed: #30. Logs should be clean on shutdown now. version 0.6.2 -------------