Skip to content

Commit 59e9a99

Browse files
authored
meta: 0.27 changelog (#474)
1 parent 992ae58 commit 59e9a99

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010

1111
**Features**:
1212

13-
- feat: Implement `Envelope::from_path` and `Envelope::from_slice`. ([#456](https://github.com/getsentry/sentry-rust/pull/456))
13+
- 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))
1419

1520
## 0.26.0
1621

0 commit comments

Comments
 (0)