Skip to content

Commit f477c2f

Browse files
authored
Add new CHANGELOG section (#5580)
1 parent 088b352 commit f477c2f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.1.5] - 2021-01-19
8+
## [unreleased.Bugfixes] - YYYY-MM-DD
9+
10+
### Added
11+
12+
13+
### Changed
14+
15+
16+
### Deprecated
17+
18+
19+
### Removed
20+
921

1022
### Fixed
1123

1224

25+
26+
27+
## [1.1.5] - 2021-01-19
28+
29+
### Fixed
30+
1331
- Fixed a visual bug in the progress bar display initialization ([#4579](https://github.com/PyTorchLightning/pytorch-lightning/pull/4579))
1432
- Fixed logging `on_train_batch_end` in a callback with multiple optimizers ([#5521](https://github.com/PyTorchLightning/pytorch-lightning/pull/5521))
1533
- Fixed `reinit_scheduler_properties` with correct optimizer ([#5519](https://github.com/PyTorchLightning/pytorch-lightning/pull/5519))

tests/checkpointing/test_legacy_checkpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"1.1.2",
4747
"1.1.3",
4848
"1.1.4",
49+
"1.1.5",
4950
])
5051
def test_resume_legacy_checkpoints(tmpdir, pl_version):
5152
path_dir = os.path.join(LEGACY_CHECKPOINTS_PATH, pl_version)

0 commit comments

Comments
 (0)