From d2e5089dc33c3f9d762898eefece67fe5ab323ea Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Mon, 29 Aug 2016 13:51:17 +1000 Subject: [PATCH] Update changelog for 4.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc0fd79..92b59fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This is a list of notable changes to Hyperscan, in reverse chronological order. +## [4.3.1] 2016-08-29 +- Bugfix for issue #30. In recent versions of Clang, a write to a variable was + being elided, resulting in corrupted stream state after calling + hs_reset_stream(). + ## [4.3.0] 2016-08-24 - Introduce a new analysis pass ("Violet") used for decomposition of patterns into literals and smaller engines.