We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3250f99 commit 4aabcfcCopy full SHA for 4aabcfc
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+0.4.0 - 2017-11-13
5
+
6
+* Adds `creator_of` function to easily get the Identity that created an object,
7
+ and a `serialize` function for fast serialization without sorting properties.
8
+* Fixes bugs with DataStores and with adding custom STIX content to Bundles.
9
+* Supports filtering on any property, not just common properties.
10
+* Includes internal changes to make it easier to support multiple versions of
11
+ the STIX specification.
12
13
0.3.0 - 2017-10-06
14
15
* Adds data stores, object factory, and the environment layer.
0 commit comments