Add Changelog note and added Emre to list of contributors.
diff --git a/Changes.mdown b/Changes.mdown
index 53858b6..71c4945 100644
--- a/Changes.mdown
+++ b/Changes.mdown
@@ -2,6 +2,9 @@
-----
Release date: **not yet**
+* `git flow init` now detects situations where origin already has gitflow
+ branches set up, and behaves accordingly (thanks Emre Berge Ergenekon)
+
* `git flow feature finish` can now be called without a feature branch
name(prefix) argument and will finish the current branch, if on any.