Skip to content

Commit

Permalink
updated CHANGELOG with 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pnerg committed Jan 25, 2021
1 parent b547286 commit 2e0dfa7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [1.1.0]

Added support for optional stack trace.

### Added

Added

* `withThreadInfo(int)`
* `allInfo(int)`

### Changed

The thread information now always contains a `stack-trace` array, might be zero lenght if no stack trace was requested
or is available for that thread.

## [1.0.0]

First release.
Expand Down

0 comments on commit 2e0dfa7

Please sign in to comment.