From bb07620631f0343d2fffca7004ea4ac0c67475f8 Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Wed, 20 Aug 2014 02:42:00 -0400 Subject: [PATCH] perldelta for 7e0dd61, MurmurHash64[AB] --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 703b76b..4c28519 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -256,6 +256,11 @@ L section, instead. Internal handling of floating point values has been improved. +=item * + +MurmurHash64A and MurmurHash64B can now be configured as the internal hash +function. + =back =head1 Testing -- 1.8.3.1