Update changelog for 4.3.1

This commit is contained in:
Matthew Barr 2016-08-29 13:51:17 +10:00
parent adef6d1a51
commit d2e5089dc3

View File

@ -2,6 +2,11 @@
This is a list of notable changes to Hyperscan, in reverse chronological order. 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 ## [4.3.0] 2016-08-24
- Introduce a new analysis pass ("Violet") used for decomposition of patterns - Introduce a new analysis pass ("Violet") used for decomposition of patterns
into literals and smaller engines. into literals and smaller engines.