Skip to content

Commit 6d24bd4

Browse files
committed
new section + legacy 1.1.6
1 parent c462b27 commit 6d24bd4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [unreleased.Bugfixes] - YYYY-MM-DD
9+
10+
### Added
11+
12+
13+
### Changed
14+
15+
16+
### Deprecated
17+
18+
19+
### Removed
20+
21+
22+
### Fixed
23+
24+
25+
826
## [1.1.6] - 2021-01-26
927

1028
### Changed

tests/checkpointing/test_legacy_checkpoints.py

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

0 commit comments

Comments
 (0)