From 2e576f3bc0fc91f0912fc1829f8447dac8f5e5f7 Mon Sep 17 00:00:00 2001 From: Goh Jia Hao Date: Fri, 27 May 2016 00:22:59 +0800 Subject: [PATCH] Update changelog for `v7.0.0` --- docs/changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 412ccdf..4f1908c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,24 @@ # Changelog +7.0.0 / 2016-05-27 +================== + + * Only support node.js >=4 + * Implement downloading of files #185 + * Implement min/max window width and height #82 + * Implement disabling of developer tools #194 + * Update default electron version to stable v1.1.3 #206 + * Update electron-packager to v7.0.1 #193 + * Update validator to v5.2.0 + * Update shelljs to v0.7.0 + * Update cheerio to v0.20.0 + * Update axios to v0.11.1 + * Update eslint to v2.0.0 + * Increase timeout for test + * Fix bug where gitcloud matching of icons with multiple words is not supported + * Fix bug where inferred title is too long #195 + * Fix flash of unstyled content #159 + 6.14.0 / 2016-05-08 ===================