Skip to content

Commit 2765d89

Browse files
committed
chore: update changelog formatting
1 parent c50cd84 commit 2765d89

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## 3.2.0 (2018-07-03)
44

55
This release introduces automatic tracking of sessions, which by
6-
default are captured for each HTTP request received via the Servlet API
7-
To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
6+
default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
7+
88
If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the
99
appropriate place within your application.
1010
[Jamie Lynch](https://github.com/fractalwrench)
@@ -17,8 +17,8 @@ if you are using Bugsnag On-Premise.
1717
## 3.2.0-beta (2018-06-14)
1818

1919
**Important**: This is a beta release which introduces automatic tracking of sessions, which by
20-
default are captured for each HTTP request received via the Servlet API
21-
To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
20+
default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
21+
2222
If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the
2323
appropriate place within your application.
2424
[Jamie Lynch](https://github.com/fractalwrench)

0 commit comments

Comments
 (0)