diff --git a/package/CHANGELOG b/package/CHANGELOG index b1cddb8866e..dd0ae282bae 100644 --- a/package/CHANGELOG +++ b/package/CHANGELOG @@ -22,6 +22,8 @@ The rules for this file: * 2.8.0 Fixes + * Do not raise an Error reading H5MD files with datasets like + `observables//` (part of Issue #4598, PR #4615) * Fix PSFParser error when encoutering string-like resids * (Issue #2053, Issue #4189 PR #4582) * Fix `MDAnalysis.analysis.align.AlignTraj` not accepting writer kwargs @@ -43,8 +45,6 @@ Fixes * Fix doctest errors of lib/picklable_file_io.py (Issue #3925, PR #4371) * Fix deploy action to use the correct version of the pypi upload action. * Fix groups.py doctests using sphinx directives (Issue #3925, PR #4374) - * Do not raise an Error reading H5MD files with datasets like - `observables//` (part of Issue #4598, PR #4615) Enhancements * Added a tqdm progress bar for `MDAnalysis.analysis.pca.PCA.transform()`