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 a9e7057 commit 59be125Copy full SHA for 59be125
HISTORY.rst
@@ -3,11 +3,13 @@
3
History
4
-------
5
6
-0.2.0 (2015-XX-XX)
7
-------------------
+0.2.0 (2015-08-10)
+++++++++++++++++++
8
9
-* Added `is_gift` and `has_gift_message` to `order` input dictionary
+* Added ``is_gift`` and ``has_gift_message`` to `order` input dictionary
10
validation.
11
+* Request keys with ``None`` values are no longer validated or sent to the
12
+ web service.
13
14
0.1.0 (2015-06-29)
15
++++++++++++++++++
minfraud/version.py
@@ -1,2 +1,2 @@
1
"""Internal module for version (to prevent cyclic imports)"""
2
-__version__ = '0.1.0'
+__version__ = '0.2.0'
0 commit comments