Skip to content

Commit c15c58a

Browse files
committed
meta: Update changelog
1 parent ad5c477 commit c15c58a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Changelog
22

3-
# 0.10.0
3+
## 0.11.0
4+
5+
- Added `sentry::with_scope`
6+
- Updated the sentry types to 0.8.x
7+
8+
## 0.10.0
49

510
- Streamline types with other SDKs. Most notabe changes:
611
- `Event::id` has been renamed to `Event::event_id`
712
- `Event::exceptions` has been renamed to `Event::exception`
813
- Some collections are now wrapped in `Values`
914
- Added more debug logs.
1015

11-
# 0.9.0
16+
## 0.9.0
1217

1318
- Removed `drain_events`. Events are now drained by calling `Client::close` or on the
1419
transport on `Transport::shutdown`.
@@ -19,7 +24,7 @@
1924

2025
This is likely to be the final API before 1.0
2126

22-
# 0.3.1
27+
## 0.3.1
2328

2429
- Remove null byte terminator from device model context (#33)
2530
- Fix `uname` breaking builds on Windows (#32)

0 commit comments

Comments
 (0)