From 48bb3aecae75c83f52eeb7a1263d2d76395bb454 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Wed, 24 Jun 2020 13:08:47 -0700 Subject: [PATCH] Changelog update Forgot to update in the just-merged PR --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..43975c685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Fixes error when last argument to logger methods is `null`. (#716)