Skip to content

Commit eb3870e

Browse files
update CHANGELOG.md
1 parent dd65c12 commit eb3870e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
9292

9393
- `Trainer.request_dataloader` now takes a `RunningStage` enum instance ([#8858](https://github.com/PyTorchLightning/pytorch-lightning/pull/8858))
9494

95+
- Deprecate `prepare_data_per_node` flag on Trainer and set it as a property for DataHooks [#8958](https://github.com/PyTorchLightning/pytorch-lightning/pull/8958)
96+
9597
### Deprecated
9698

9799
- Deprecated `LightningModule.summarize()` in favor of `pytorch_lightning.utilities.model_summary.summarize()`
@@ -106,9 +108,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
106108
-
107109

108110

109-
-
110-
111-
112111
-
113112

114113
### Removed

0 commit comments

Comments
 (0)