From 36befd70bfa1691731820428a4833d26499afc34 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 9 Dec 2023 12:15:04 -0500 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e6d1c274d..24ebb2685 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## 0.15.0 + +- [Call existing panic hook before aborting](https://github.com/rust-fuzz/afl.rs/pull/426) +- [Add `config` subcommand](https://github.com/rust-fuzz/afl.rs/pull/421) + ## 0.14.5 - [Add plugins feature](https://github.com/rust-fuzz/afl.rs/pull/392)