Skip to content

Commit 2206ddc

Browse files
committed
Start maintaining a CHANGELOG
1 parent 7112533 commit 2206ddc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [21.8.0](https://github.com/PySlurm/pyslurm/releases/tag/v21.8.0) - 2022-03-01
9+
10+
### Added
11+
12+
- Support for Slurm 21.8.x ([PR #227](https://github.com/PySlurm/pyslurm/pull/227) by [rezib](https://github.com/rezib), [njcarriero](https://github.com/njcarriero))
13+
14+
### Fixed
15+
16+
- Fixed typo in slurmdb job dict: `user_cpu_sec` -> `user_cpu_usec` ([3c5ffad](https://github.com/PySlurm/pyslurm/pull/227/commits/3c5ffad8e177a3386f9aeecb3dacceb77d08a760) in [PR #227](https://github.com/PySlurm/pyslurm/pull/227) by [rezib](https://github.com/rezib))

0 commit comments

Comments
 (0)