From cd6d04c4a6fc369cd6d318b9de7d660ca33ad94f Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Fri, 24 Mar 2017 10:21:03 -0700 Subject: [PATCH] [ei] Update changelog --- packages/client-app/CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 47248cf88..9a3e543f1 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -2,10 +2,12 @@ ### 1.0.47 (3/23/2017) - + [client-app] Report hard crashes using Electron's built-in crash reporter - + [client-app] Consolidate file download metric reporting - + [client-sync] Don't handle IMAP timeouts in the connection pool - + [client-app] Record file download times +- Fixes: + + Report hard crashes using Electron's built-in crash reporter + +- Development: + + Don't handle IMAP timeouts in the connection pool + + Record file download times ### 1.0.46 (3/22/2017)