Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Oct 26, 2024
1 parent 90a9202 commit d7502f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 0.12.2

Bug fixes:

- Fixed deserialization from sliced arrays ([#248](https://github.com/chmp/serde_arrow/issues/248)).
Note that the current solution requires up front work when constructing the array deserializers,
as described in the issue. The removal of the performance penality is tracked in
([#250](https://github.com/chmp/serde_arrow/issues/250))

### Thanks

- [@jkylling](https://github.com/jkylling) for reporting
([#248](https://github.com/chmp/serde_arrow/issues/248)) and for discussing potential solutions

## 0.12.1

New features
Expand Down

0 comments on commit d7502f8

Please sign in to comment.