summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ceeca7..0c2d328 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
This is the changelog of bzipper.
See `README.md` for more information.
+## 0.9.0
+
+* Implement `Encode` and `Decode` for `LinkedList`, `HashMap`, `Cow`, `PhantomPinned`, `LazyCell`, `LazyLock`
+* Add missing `Decode` implementation for `Box`
+* Update inline rules
+* Implement traits for tuples using macros
+* Implement `SizedEncode` for `PhantomPinned`, `Cow`, `LazyCell`, `LazyLock`, `&_`, `&mut _`
+* Implement `Encode` for `&_` and `&mut _`
+* Update docs
+
## 0.8.1
* Update package metadata