From a584fa204a3ae8495f63b1fa398ef45822612a8f Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Mon, 6 Jul 2020 16:29:02 -0400 Subject: [PATCH] Update CHANGELOG for v2.0.0 --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fd22828..dfdb9f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,19 @@ CHANGELOG ========= +2.0.0 - 2020-07-06 + +* #418 Drops support for Python versions older than 3.5 +* #397 Drops python-dateutil dependency to just use built-in datetime instead +* #392, #402 Fixes bugs with deterministic ID generation +* #393 Fixes bug when using SSDEEP hashes +* #404 Fixes bug with "import *" +* #400 Fixes bug with pattern builder and STIX 2.0 Start/Stop timestamps +* #407 Fixes bug to allow granular markings with 'id' as selector +* #409 Fixes bug with 2.1 object reference properties +* #401 Fixes bug where some objects can be versioned and revoked that shouldn't +* #417 Improves efficiency of ListProperty + 1.4.0 - 2020-04-03 * #347, #355, #356, #357, #358, #360, #362, #369, #370, #379, #374, #384 Updates STIX 2.1 support to CS01