From adcb8e00b01be78e666be147ed854b4540a35960 Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Wed, 21 Sep 2011 23:32:57 +0200
Subject: [PATCH] Add mldata loader and olivetti dataset to changelog.

Thanks @ogrisel for noticing.
---
 doc/datasets/mldata.rst         | 3 +++
 doc/datasets/olivetti_faces.rst | 3 +++
 doc/whats_new.rst               | 7 +++++++
 3 files changed, 13 insertions(+)

diff --git a/doc/datasets/mldata.rst b/doc/datasets/mldata.rst
index 65b10b3013..317cc714e2 100644
--- a/doc/datasets/mldata.rst
+++ b/doc/datasets/mldata.rst
@@ -1,3 +1,6 @@
+
+.. _mldata:
+
 Downloading datasets from the mldata.org repository
 ===================================================
 
diff --git a/doc/datasets/olivetti_faces.rst b/doc/datasets/olivetti_faces.rst
index b9dbbc028f..189e6f363c 100644
--- a/doc/datasets/olivetti_faces.rst
+++ b/doc/datasets/olivetti_faces.rst
@@ -1,3 +1,6 @@
+
+.. _olivetti_faces:
+
 The Olivetti faces dataset
 ==========================
 
diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 4c47f1ada4..0b5d9639f8 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -113,6 +113,11 @@ Changelog
 
    - :class:`Mini-Batch K-Means <cluster.MiniBatchKMeans>` by Nelle Varoquaux and Peter Prettenhofer.
 
+   - :ref:`mldata` utilities by Pietro Berkes.
+
+   - :ref:`olivetti_faces` by `David Warde-Farley`_.
+
+
 API changes summary
 -------------------
 
@@ -736,3 +741,5 @@ of commits):
 .. _Parietal Team: http://parietal.saclay.inria.fr/
 
 .. _Lars Buitinck: https://github.com/larsmans
+
+.. _David Warde-Farley: http://www-etud.iro.umontreal.ca/~wardefar/
-- 
GitLab