From aa0dae62920be26a2b7f62b2b378ce9156d7fc01 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 5 Jan 2016 21:30:43 -0500 Subject: [PATCH] DOC: Added whatsnew for conda build --- docs/source/whatsnew/0.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 66df1f2e..cfdedeb9 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -126,6 +126,9 @@ Build * Use ``versioneer`` to manage the project ``__version__`` and setup.py version (:issue:`829`). * Fixed coveralls integration on travis build (:issue:`840`). +* Fixed conda build, which now uses git source as its source and reads + requirements using setup.py, instead of copying them and letting them get out + of sync (:issue:`937`). Documentation ~~~~~~~~~~~~~