diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e0290fc2a92d..80d735f0473eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -352,6 +352,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Disable quantization aware training observers by default during validating/testing/predicting stages ([#8540](https://github.com/PyTorchLightning/pytorch-lightning/pull/8540)) +- Enabled `on_load_checkpoint` for `LightningDataModule` for all `trainer_fn` ([#10238](https://github.com/PyTorchLightning/pytorch-lightning/pull/10238)) + + ### Deprecated - Deprecated trainer argument `terminate_on_nan` in favour of `detect_anomaly`([#9175](https://github.com/PyTorchLightning/pytorch-lightning/pull/9175))