Skip to content

Commit 8161507

Browse files
committed
docs(changelog): move to fixed
1 parent 46bb277 commit 8161507

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414

1515
### Changed
1616

17-
- Allow cross-device local checkpoints with `fsspec>=2025.5.0` ([#20780](https://github.com/Lightning-AI/pytorch-lightning/pull/20780))
17+
-
1818

1919

2020
### Removed
2121

2222
-
2323

2424

25+
### Fixed
26+
27+
- Allow cross-device local checkpoints with `fsspec>=2025.5.0` ([#20780](https://github.com/Lightning-AI/pytorch-lightning/pull/20780))
28+
29+
2530
---
2631

2732
## [2.5.1] - 2025-03-18

src/lightning/pytorch/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414

1515
### Changed
1616

17-
- Allow cross-device local checkpoints with `fsspec>=2025.5.0` ([#20780](https://github.com/Lightning-AI/pytorch-lightning/pull/20780))
17+
-
1818

1919
### Removed
2020

@@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2525

2626
- Fixed logger_connector has edge case where step can be a float ([#20692](https://github.com/Lightning-AI/pytorch-lightning/issues/20692))
2727

28+
- Allow cross-device local checkpoints with `fsspec>=2025.5.0` ([#20780](https://github.com/Lightning-AI/pytorch-lightning/pull/20780))
29+
2830

2931
---
3032

0 commit comments

Comments
 (0)