From 903fdad734cd3f4a7fa7f1832aab3d1133851b0b Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 24 Feb 2016 08:33:37 +0900 Subject: [PATCH] Add news about translated guides and thank authors :heart:. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579253f..06230eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [0.9.0][v090] - Not released yet + +* The Quickstart Guide is now available in [Chinese](https://github.com/fisherman/fisherman/wiki/快速上手指南), [Russian](https://github.com/fisherman/fisherman/wiki/Краткое-Руководство) and [Korean](https://github.com/fisherman/fisherman/wiki/빠르게-살펴보기). Thanks to @pickfire, @denji, @dfdgsdfg. You folks are awesome! + +* Fisherman can update plugins with a dirty working tree by recording changes in the stash and re-reapplying them again after the git-pull update strategy completes. + +* Add more instrumentation and fix bugs caused by `debug` calls inside plumbing functions such as `__fisher_index_update` which are used by Spin. + ## [0.8.0][v080] - 2016-02-20 * Welcome aboard @pickfire, our newest Fisherman organization member*!*