Skip to content

Commit

Permalink
Merge pull request #214 from chmp/feature/211-bool8-changelog
Browse files Browse the repository at this point in the history
Feature/211 bool8 changelog
  • Loading branch information
chmp authored Aug 8, 2024
2 parents 8e4ccf4 + 1eda9f8 commit 9162036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Refactor the underlying implementation to prepare for further development
New features

- Add `Binary` / `LargeBinary` support for `arrow2`
- Add support to serialize / deserialize `bool` from integer arrays
- Add a helper to construct `Bool8` arrays

API changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use serde::Serialize;

use crate::{
internal::testing::assert_error,
use crate::internal::{
schema::{SchemaLike, SerdeArrowSchema, TracingOptions},
testing::assert_error,
};

#[test]
Expand Down

0 comments on commit 9162036

Please sign in to comment.