new section + legacy 1.1.6 (#5666)

This commit is contained in:
Jirka Borovec 2021-01-27 05:52:27 +01:00 committed by Jirka Borovec
parent d8f2d8e15a
commit e1e47ac628
1 changed files with 16 additions and 0 deletions

View File

@ -172,6 +172,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed loading yaml ([#5619](https://github.com/PyTorchLightning/pytorch-lightning/pull/5619))
## [unreleased.Bugfixes] - YYYY-MM-DD
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed support custom DataLoader with DDP if they can be re-instantiated ([#5745](https://github.com/PyTorchLightning/pytorch-lightning/pull/5745))