Skip to content

Commit a2abc63

Browse files
committed
release v1.717
[Fixed] - Fixed WithStackTrace proxy to remove arguments in-place instead of always stringifying the exception object immediately. This means we need to handle different exception objects differently, but it also means a better log message. Thanks @larryl and @GrantStreetGroup for submitting this fix! [Github #100]
1 parent 43e6c02 commit a2abc63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Revision history for Log-Any
44

55
{{ $NEXT }}
66

7+
[Fixed]
8+
9+
- Fixed WithStackTrace proxy to remove arguments in-place instead of
10+
always stringifying the exception object immediately. This means we
11+
need to handle different exception objects differently, but it also
12+
means a better log message. Thanks @larryl and @GrantStreetGroup for
13+
submitting this fix! [Github #100]
14+
715
1.716 2023-06-26 14:14:46-05:00 America/Chicago
816

917
[Added]

README.mkdn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Log::Any - Bringing loggers and listeners together
44

55
# VERSION
66

7-
version 1.716
7+
version 1.717
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)