From 7a23d910b6153a726a9e33da82d4c08537748f00 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Thu, 16 Jul 2020 10:41:28 -0500 Subject: [PATCH] error handling improvements release --- RELEASENOTES.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a85492205..ead750f27 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,9 +1,6 @@ -- 0b3d30ca (HEAD -> main) add initial JMX driver implementation -- fff55212 allow map-only named statement constructions in YAML -- a4b7a8da allow simpler op construction -- c728eafb minor reminder for standards doc -- 7e5818c2 simple cleanups -- 16e4309e (HEAD -> main) add scope controls to jmx driver +- b53c9c6e (HEAD -> main) fix for error handler NPE +- 754ed25e general improvements release +- 16e4309e add scope controls to jmx driver - c81c5187 avoid repeating initial error message - 1db36d84 avoid showing stack trace unless asked for - 452224a2 clarify scenario error handling logic @@ -20,9 +17,3 @@ - 532c3854 add JMX auto defaults from op sequence - 74ea7ee1 allow single ops to be specified on CLI - 8e8591ea pull single statement fix to main branch -- dd81656e jmx driver release -- 0b3d30ca add initial JMX driver implementation -- fff55212 allow map-only named statement constructions in YAML -- a4b7a8da allow simpler op construction -- c728eafb minor reminder for standards doc -- 7e5818c2 simple cleanups