From 0d3cbdf3a875a884e8f29b00bed523a63dad5f48 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Tue, 23 Feb 2016 17:08:54 -0500 Subject: [PATCH] DOC: update whatsnew --- docs/source/whatsnew/0.8.4.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 9531fead..27fd7ec2 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -169,7 +169,11 @@ Maintenance and Refactorings * Asset databases now contain version information to ensure compatibility with current Zipline version (:issue:`815`). -* Upgrade requests version to 2.9.1. +* Upgrade ``requests`` version to 2.9.1 (:commit:`2ee40db`) + +* Upgrade ``logbook`` version to 0.12.5 (:commit:`11465d9`). + +* Upgrade ``Cython`` version to 0.23.4 (:commit:`5f49fa2`). Build ~~~~~ @@ -181,6 +185,7 @@ Build * 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`). +* Require ``setuptools`` > 18.0 (:issue:`951`). Documentation ~~~~~~~~~~~~~