Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Jan 16, 2025
1 parent 8603989 commit 2b5212f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## v1.0.1 - unreleased
## v1.0.1 - 16.01.205
This version patches a bug from v1.0.0. that broke `FileContainer.concat()`.

- compare keys of two `FileContainer`s with `pandas.Index.equals()` instead of `is` in `FileContainer.concat()` ([#145](https://github.com/mpytools/filefisher/pull/145)) - this fixes a bug where no two FileContainers that are not the same object could be concatenated together, see [Github issue](https://github.com/mpytools/filefisher/issues/143).

Expand Down

0 comments on commit 2b5212f

Please sign in to comment.