From 8bf0028075364e9de8589ebcb5db0c74a30049b6 Mon Sep 17 00:00:00 2001 From: Liam DeVoe Date: Mon, 6 Jan 2025 22:49:13 -0500 Subject: [PATCH] add changelog --- docs-src/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs-src/changelog.md b/docs-src/changelog.md index ebf8585..07550fa 100644 --- a/docs-src/changelog.md +++ b/docs-src/changelog.md @@ -2,6 +2,12 @@ HypoFuzz uses [calendar-based versioning](https://calver.org/), with a `YY-MM-patch` format. +## 25.01.2 + +Hypofuzz now uses [`sys.monitoring`](https://docs.python.org/3/library/sys.monitoring.html) for coverage instrumentation on python 3.12+, resulting in considerable speedups for recent python versions. + +Also optimized database disk usage. + ## 25.01.1 The dashboard now respects the current setting profile's database when loading fuzzing progress.