From b18a23a7dddef68740e1e2351c408ccf89286a07 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Tue, 17 Aug 2021 12:41:12 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3db637f1..22bd7058ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed a bug where it was not possible to pass no metrics to the `ImageClassifier` or `TestClassifier` ([#660](https://github.com/PyTorchLightning/lightning-flash/pull/660)) -- Fixed a bug where `drop_last` would be set to True during prediction and testing +- Fixed a bug where `drop_last` would be set to True during prediction and testing ([#671](https://github.com/PyTorchLightning/lightning-flash/pull/671)) ## [0.4.0] - 2021-06-22