Skip to content

Commit

Permalink
Add new CHANGELOG section (#5580)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Jan 19, 2021
1 parent 088b352 commit f477c2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,11 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [1.1.5] - 2021-01-19
## [unreleased.Bugfixes] - YYYY-MM-DD

### Added


### Changed


### Deprecated


### Removed


### Fixed




## [1.1.5] - 2021-01-19

### Fixed

- Fixed a visual bug in the progress bar display initialization ([#4579](https://github.com/PyTorchLightning/pytorch-lightning/pull/4579))
- Fixed logging `on_train_batch_end` in a callback with multiple optimizers ([#5521](https://github.com/PyTorchLightning/pytorch-lightning/pull/5521))
- Fixed `reinit_scheduler_properties` with correct optimizer ([#5519](https://github.com/PyTorchLightning/pytorch-lightning/pull/5519))
Expand Down
1 change: 1 addition & 0 deletions tests/checkpointing/test_legacy_checkpoints.py
Expand Up @@ -46,6 +46,7 @@
"1.1.2",
"1.1.3",
"1.1.4",
"1.1.5",
])
def test_resume_legacy_checkpoints(tmpdir, pl_version):
path_dir = os.path.join(LEGACY_CHECKPOINTS_PATH, pl_version)
Expand Down

0 comments on commit f477c2f

Please sign in to comment.