We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bdcb2 commit 7763916Copy full SHA for 7763916
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.1] - 2024-09-10
6
+
7
+### 🚜 Refactor
8
9
+- Switch to the `proc-macro-error2` crate as the `proc-macro-error` crate has
10
+ been marked as unmaintained.
11
12
+### 🧪 Testing
13
14
+- Add a test that we properly return an error when an array reaches MAX_ARRAY_LENGTH ([#7](https://github.com/matrix-org/matrix-pickle/pull/7))
15
16
## [0.2.0] - 2024-03-25
17
18
### 🐛 Bug Fixes
0 commit comments