From b5d005d0ad2e2ea4724f8e810cdce179c754715f Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Tue, 15 Oct 2024 11:09:31 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddd08e..4f259e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## Version 0.4.32 +## Version 0.4.32 - 0.4.33 - Bump IRanges package version to fix coercion issues to pandas. - Remove reverse mapping in iranges in `reduce` operation. +- Fixes issue with combine merging sequence names without properly using the accessor methods. ## Version 0.4.27 - 0.4.31