From: Chris Duncan Date: Sun, 23 Mar 2025 07:39:44 +0000 (-0700) Subject: Update changelog with v3 patch notes. X-Git-Tag: v4.0.7~2 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=8f624830e11f3c9ec87f82cb2860b30b34773b40;p=nano-pow.git Update changelog with v3 patch notes. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 110cf35..f6c8787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,21 @@ Fix Typescript types. +## v3.2.2 + +### Notable Changes + +Implement lazy initialization of both APIs. + +Parse CLI output with regular expression and try to print as JSON before falling +back to text. + +Fix CLI statements that were causing issues with older versions of node. + +Fix getter type. + + + ## v3.2.1 ### Notable Changes