From 48c79d6c09fe42ebabdb28e3958e9fe33ae1c9ae Mon Sep 17 00:00:00 2001 From: Dan Book Date: Tue, 8 Oct 2019 17:39:29 -0400 Subject: [PATCH] 1.005 - Implement factorial operator lazily to avoid running out of memory (#3) --- Changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 07ea799..91a88c9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} - - Implement factorial operator lazily to avoid running out of memory + +1.005 2019-10-08 17:39:15 EDT + - Implement factorial operator lazily to avoid running out of memory (#3) 1.004 2018-12-11 17:07:49 EST - Increase Math::BigInt, Math::BigFloat, and Math::BigRat versions required