From 5a4d81fdb3521c5869d980cb59af057e5a542920 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Mon, 30 Mar 2020 00:26:10 +0200 Subject: [PATCH] Include #2829 in the changelog --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index f81a501f5..23a4e4dc7 100644 --- a/index.html +++ b/index.html @@ -2405,6 +2405,11 @@

Change Log

Makes the notation of the _.max unittest consistent with other unittests. +
  • + Fixes a bug that would cause infinite recursion if an overridden + implementation of _.iteratee attempted to fall back to the + original implementation. +