From 0e70e61451657969117e45478ac1d6ec95b30bd0 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 6 Mar 2018 10:16:04 -0500 Subject: [PATCH] Update CHANGELOG for v0.5.0 --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c5ffabf..2862633 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ CHANGELOG ========= +0.5.0 - 2018-03-06 + +* Adds functions to dereference relationships. +* Adds a function to get an object's type from its ID. +* Reorganizes DataStore api, renaming: stix2.sources to stix2.datastore. +* Fixes various bugs involving CustomMarking, creating new versions of objects + with custom properties, and a missing IntrusionSet property. +* Drops Python 3.3 support. + 0.4.0 - 2017-11-13 * Adds `creator_of` function to easily get the Identity that created an object,