Skip to content

Commit b530b6f

Browse files
authored
Clarified breaking change in release 1.0 changelog (#1047)
1 parent 7a3c3df commit b530b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ A major release `N` implies the previous release `N-1` will no longer receive up
2222

2323
## 1.0.0
2424

25-
This release contains breaking changes
25+
This release contains a breaking change
2626

27-
- Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed `session_mode`, hence enabling release health by default #994
27+
- **BREAKING CHANGE**: Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed explicitly setting experimental `session_mode` in favor of auto detecting its value, hence enabling release health by default #994
2828
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
2929
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
3030
- Fix for Flask transactions missing request body in non errored transactions #1034

0 commit comments

Comments
 (0)