From c8cd4f5dc2da7bb1e1be0a8fb1698934245b4f1c Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Thu, 7 Jul 2022 12:17:35 +0200 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adca3f9..c8d35ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ git log --pretty="* %s ([%h](https://github.com/jecisc/TinyLogger/commit/%H))" v ('Content' copyWithRegex: 'Merge pull request #[0-9]+ from [^/]+/[0-9]*' matchesReplacedWith: '') copyReplaceAll: '-' with: ' ' --> +# [v1.3.1](https://github.com/jecisc/TinyLogger/compare/v1.3.0...v1.3.1) (2022-07-07) + +* Better error printing in #execute:recordedAs: + # [v1.3.0](https://github.com/jecisc/TinyLogger/compare/v1.2.1...v1.3.0) (2022-06-02) * Add an option to open the log in a dedicatedl window (for terminal this is only on Windows currently)