From d7502f8c15b9e2e82564989e61347f9e4861b6ae Mon Sep 17 00:00:00 2001 From: Christopher Prohm Date: Sat, 26 Oct 2024 18:53:46 +0200 Subject: [PATCH] Update changelog --- Changes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changes.md b/Changes.md index 9836d3ef..1ffe6c74 100644 --- a/Changes.md +++ b/Changes.md @@ -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