Skip to content

Commit fba83ca

Browse files
committed
Fixed Changelog
1 parent 0a9d12f commit fba83ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.9.0] -
3+
## [0.9.0] - 2025-09-17
44

55
### New
66

@@ -25,6 +25,9 @@
2525
* We now generate a syntax error for types with lifetimes and where clauses
2626
(which never supported in the first place).
2727

28+
* There is now support for serializing references, and support by erasure
29+
for `Box`, `Rc`, and `Arc` in the `pointer` module.
30+
2831
### Changed
2932

3033
* All serialization and deserialization methods are now unsafe. See their

0 commit comments

Comments
 (0)