From 751895aba1f8d072628f92cdca9b1b504b95eb38 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Tue, 22 Nov 2011 18:35:27 -0800 Subject: [PATCH] Note as_hash() in the change log. Bump the future version number for a feature change. For #172 --- Changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4ab25ea..1fff6c6 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -2.9.2 +2.10.0 Test Fixes * Removed a use of Test::Exception, which we don't depend on. + New Features + * %hash = @array->as_hash; will turn all the values in @array to + keys in %hash. 2.9.1 Fri Nov 11 16:13:32 PST 2011 Bug Fixes