diff --git a/CHANGELOG.md b/CHANGELOG.md index 178c538eea1ef0..8f1c805dbe9d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -589,7 +589,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Removed `_aggregate_metrics`, `_reduce_agg_metrics`, and `_finalize_agg_metrics` from `LightningLoggerBase` ([#12053](https://github.com/PyTorchLightning/pytorch-lightning/pull/12053)) -- Removed `AcceleratorConnector.has_tpu` property ([#12053](https://github.com/PyTorchLightning/pytorch-lightning/pull/12053)) +- Removed `AcceleratorConnector.has_tpu` property ([#12109](https://github.com/PyTorchLightning/pytorch-lightning/pull/12109)) ### Fixed