From 173178b00b1e4ed1d0829f17c7f82d93b594d052 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Tue, 30 May 2017 09:47:53 +1000 Subject: [PATCH] changelog: quote function name --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4fbe494..91e4330b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This is a list of notable changes to Hyperscan, in reverse chronological order. ## [4.4.1] 2017-02-28 - Bugfixes to fix issues where stale data was being referenced in scratch - memory. In particular this may have resulted in hs_close_stream() + memory. In particular this may have resulted in `hs_close_stream()` referencing data from other previously scanned streams. This may result in incorrect matches being been reported. @@ -142,9 +142,7 @@ This is a list of notable changes to Hyperscan, in reverse chronological order. supplied with a NULL scratch pointer if no matches are required. This is in line with the behaviour of `hs_close_stream()`. - Disallow bounded repeats with a very large minimum repeat but no maximum, - i.e. { - N, -} for very large N. + i.e. {N,} for very large N. - Reduce compile memory usage in literal set explansion for some large cases. ## [4.0.0] 2015-10-20