Skip to content

Commit 9ecac6b

Browse files
committed
Changelog
1 parent 2931882 commit 9ecac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct SeaRc; // new
3131

3232
* `#![forbid(unsafe_code)]` in all workspace crates https://github.com/SeaQL/sea-query/pull/930
3333
* Removed unnecessary `'static` bounds from type signatures https://github.com/SeaQL/sea-query/pull/921
34-
* Most `Value` variants are now unboxed. Previously the size is 24 bytes. https://github.com/SeaQL/sea-query/pull/925
34+
* Most `Value` variants are now unboxed (except `BigDecimal` and `Array`). Previously the size is 24 bytes. https://github.com/SeaQL/sea-query/pull/925
3535
```rust
3636
assert_eq!(std::mem::size_of::<Value>(), 32);
3737
```

0 commit comments

Comments
 (0)