From ee6a674f672e1939ab56766b3371049b6ddc845e Mon Sep 17 00:00:00 2001 From: Rupert Muchembled Date: Sat, 4 Feb 2017 18:34:19 +0000 Subject: [PATCH] Update changelog for 0.3.0.0 release. --- ChangeLog.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 06f2b80..161c5aa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,20 @@ ClamAV.Managed Change Log ========================= -0.3.0.0 - Current ------------------ +0.3.0.0 - 4 February 2017 +------------------------- + +ClamAV.Managed 0.3.0.0 is the third release of the project. As well as bringing +the library up to date with the latest versions of ClamAV, there have been +substantial improvements across the codebase, in summary: -ClamAV.Managed 0.3.0.0 is the third release of the project. + * Upgraded from ClamAV 0.97 to 0.99, adding support for settings and functions + new in the latest version. + * Improved quality and adherence to standards in the asynchronous (WPF) scan + sample. + * Updated dependencies, including the .NET Framework version. + * Improved testability by extracting an IClamEngine interface to facilitate + easier mocking. 0.2.0.0 - 5 May 2014 --------------------