From d1d8f88a1a63e73bc576b90bdbc4c88477477e2f Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Fri, 10 Mar 2017 12:00:47 +0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5295581f..814f73cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# 3.3.1 / 2017-03-10 + +* fix(dom): Disable the dom cache when vue is present, fixed [#119](https://github.com/QingWei-Li/docsify/issues/119) +* update english docs, [@jrappen](https://github.com/jrappen) + # 3.4.0 / 2017-03-09 * feat(zoom-image): add plugin @@ -5,10 +11,8 @@ # 3.3.0 / 2017-03-07 * add front-matter plugin -* add external-script plugin +* add external-script plugin, [@Leopoldthecoder](https://github.com/Leopoldthecoder) * Fix nav showing while loading ([#112](https://github.com/QingWei-Li/docsify/issues/112)) -* Fix a typo ([#111](https://github.com/QingWei-Li/docsify/issues/111)) -* Update changelog # 3.2.0 / 2017-02-28