From 07bf0d3ebc5333ce3aee7b91343ec561d8c81735 Mon Sep 17 00:00:00 2001
From: robertlayton <robertlayton@gmail.com>
Date: Tue, 20 Sep 2011 08:44:28 +1000
Subject: [PATCH] Included distance helper functions line for 0.9 release

---
 doc/whats_new.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index ed9f0ef5a4..495636c498 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -102,6 +102,8 @@ Changelog
 
    - Scalability improvements to :func:`metrics.metrics.roc_curve` by Olivier Hervieu
 
+   - Distance helper functions :func:`metrics.pairwise.pairwise_distances` and :func:`metrics.pairwise.pairwise_kernels` by Robert Layton
+
 
 API changes summary
 -------------------
-- 
GitLab