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 992ae58 commit 59e9a99Copy full SHA for 59e9a99
CHANGELOG.md
@@ -10,7 +10,12 @@
10
11
**Features**:
12
13
-- feat: Implement `Envelope::from_path` and `Envelope::from_slice`. ([#456](https://github.com/getsentry/sentry-rust/pull/456))
+- Implement `Envelope::from_path` and `Envelope::from_slice`. ([#456](https://github.com/getsentry/sentry-rust/pull/456))
14
+- Add basic `attachment` support. ([#466](https://github.com/getsentry/sentry-rust/pull/466))
15
+
16
+**Internal**:
17
18
+- Replace ancient `lazy_static` crate with `once_cell` or `const` slices. ([#471](https://github.com/getsentry/sentry-rust/pull/471))
19
20
## 0.26.0
21
0 commit comments