From dc924b4094c55c288a1bc17bd1dc69ddebd98b4f Mon Sep 17 00:00:00 2001 From: Andrew Horton Date: Fri, 3 Apr 2026 01:26:28 +1100 Subject: [PATCH] Update CHANGELOG.md Performance update release 0.6.4 --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae8daa7..54a3103e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ -Version 0.6.4 - ?? - +Version 0.6.4 - April 3, 2026 ## PERFORMANCE IMPROVEMENTS * Major output performance overhaul with up to 20x improvement for verbose output * Replaced global output mutex with per-logger mutexes for better concurrency * Implemented intelligent output buffering with automatic optimization based on thread count * Added --output-sync and --output-buffer-size options for performance tuning -* Added WHATWEB_PROFILE environment variable for performance profiling +* Added WHATWEB_PROFILE environment variable for performance -## NEW PLUGINS - -## PLUGIN UPDATES