diff --git a/CHANGELOG.md b/CHANGELOG.md index c11a0218a98..3b35a549321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -166,6 +166,8 @@ * Fix ingestion components not working when optional arguments are unset (PR #894). +* `transform/normalize_total` component: pass the `target_sum` argument to `sc.pp.normalize_total()` (PR #823). + ## DOCUMENTATION * Update authorship of components (PR #835). @@ -198,8 +200,6 @@ * `dataflow/concatenate_h5mu`: fix regression bug where observations are no longer linked to the correct metadata after concatenation (PR #807) -* `transform/normalize_total` component: pass the `target_sum` argument to `sc.pp.normalize_total()` (PR #823). - # openpipelines 1.0.0-rc5 ## BUG FIXES