From 9299168b47cc2edbc376ab21b4e09176ab11921b Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 24 Sep 2017 22:14:07 -0400 Subject: [PATCH] Update ChangeLog to show highlights Signed-off-by: David A. Wheeler --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e1e4e22..85b68a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-24 David A. Wheeler + * add detection of crypt_r function + * add detection of errant equal, mismatch, and is_permutation + * update CWE, risk, and discussion for C++14 STL functions + * Always report hit counts correctly, even if ignored using -m + * Update www.dwheeler.com URLs to use https + 2017-09-02 David A. Wheeler * Version 2.0.4 * Switch from distutils to setuptools