Skip to content

Commit

Permalink
updated changelog with 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnerg committed Jan 27, 2021
1 parent ea1dff5 commit c220317
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [1.2.0]

Added support for operating system info and memory pools.

### Added

* `withOperatingSystemInfo` - optional operating system information.
* `withMemoryInfo(boolean)` - optional memory pool information included in the _memory_ section

### Changed

Changed `allInfo()`

* added `withOperatingSystemInfo`
* changed to use `withMemoryInfo(true)`
* changed to use `withThreadInfo(3)`

## [1.1.1]

Fixed bug with missing file name and line number in the stack trace.
Expand Down

0 comments on commit c220317

Please sign in to comment.