From c2203178dc3b14cf0d2617b33ad74dff2fe54c67 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Wed, 27 Jan 2021 08:22:07 +0100 Subject: [PATCH] updated changelog with 1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5614f..69b48e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.