From 440b6da15c13020b99951060b4733448a3b34cea Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Wed, 3 May 2017 18:49:46 +0200 Subject: [PATCH] update whats-new.rst --- doc/whats-new.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 926d6a5cba4..2bd0d70b558 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -31,6 +31,10 @@ Bug fixes - Fix test suite failure caused by changes to ``pandas.cut`` function (:issue:`1386`). By `Ryan Abernathey `_. +- Tutorial datasets are now checked against a reference MD5 sum to confirm + successful download (:issue:`13921). By `Matthew Gidden + `_. + .. _whats-new.0.9.5: v0.9.5 (17 April, 2017)