Skip to content

Commit d39000c

Browse files
committed
Fix sublists indentation
1 parent ba6e893 commit d39000c

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

HISTORY.rst

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ History
77
++++++++++++++++++
88

99
* Added the following new values to the ``/payment/processor`` validation:
10+
1011
* ``pxp_financial``
1112
* ``trustpay``
13+
1214
* Equivalent domain names are now normalized when ``hash_address`` is used.
1315
For example, ``googlemail.com`` will become ``gmail.com``.
1416
* Periods are now removed from ``gmail.com`` email address local parts when
@@ -21,7 +23,7 @@ History
2123
their local part when ``hash_address`` is used. For example,
2224
``foo-bar@yahoo.com`` will become ``foo@yahoo.com`` for additional
2325
``yahoo.com`` domains.
24-
* Duplicate ``.com``s are now removed from email domain names when
26+
* Duplicate ``.com`` s are now removed from email domain names when
2527
``hash_address`` is used. For example, ``example.com.com`` will become
2628
``example.com``.
2729
* Extraneous characters after ``.com`` are now removed from email domain
@@ -51,6 +53,7 @@ History
5153
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
5254
version, please use an earlier release.
5355
* Added the following new values to the ``/payment/processor`` validation:
56+
5457
* ``google_pay``
5558
* ``placetopay``
5659
* ``shopify_payments``
@@ -85,6 +88,7 @@ History
8588
``response.ip_address.traits.mobile_network_code``. We expect this data to be
8689
available by late January, 2022.
8790
* Added the following new values to the ``/payment/processor`` validation:
91+
8892
* ``boacompra``
8993
* ``boku``
9094
* ``coregateway``
@@ -96,6 +100,7 @@ History
96100
* ``payvision``
97101
* ``trustly``
98102
* ``windcave``
103+
99104
* The ``/credit_card/last_4_digits`` input has been deprecated in favor of
100105
``/credit_card/last_digits`` and will be removed in a future release.
101106
``last_digits``/``last_4_digits`` also now supports two digit values in
@@ -106,6 +111,7 @@ History
106111
an ``issuer_id_number`` that contains an eight digit IIN, and if the credit
107112
card brand is not one of the following, you should send the last two digits
108113
for ``last_digits``:
114+
109115
* ``Discover``
110116
* ``JCB``
111117
* ``Mastercard``
@@ -122,13 +128,15 @@ History
122128
++++++++++++++++++
123129

124130
* Added the following new values to the ``/payment/processor`` validation:
131+
125132
* ``cardknox``
126133
* ``creditguard``
127134
* ``credorax``
128135
* ``datacap``
129136
* ``dlocal``
130137
* ``onpay``
131138
* ``safecharge``
139+
132140
* Added ``rule_label`` to minFraud output ``/disposition``.
133141
* Added ``was_3d_secure_successful`` to ``/credit_card`` validation
134142

@@ -157,7 +165,6 @@ History
157165
Factors responses. This is available at ``.ip_address.risk_reasons``. It is
158166
an array of ``IPRiskReason`` objects.
159167

160-
161168
2.2.0 (2020-10-13)
162169
++++++++++++++++++
163170

@@ -214,13 +221,16 @@ History
214221
+++++++++++++++++++
215222

216223
* Added the following new values to the ``/payment/processor`` validation:
224+
217225
* ``cashfree``
218226
* ``first_atlantic_commerce``
219227
* ``komoju``
220228
* ``paytm``
221229
* ``razorpay``
222230
* ``systempay``
231+
223232
* Added support for the following new subscores in Factors responses:
233+
224234
* ``device``: the risk associated with the device
225235
* ``email_local_part``: the risk associated with the email address local part
226236
* ``shipping_address``: the risk associated with the shipping address
@@ -252,6 +262,7 @@ History
252262
This may be accessed via ``response.email.domain.first_seen`` on the
253263
minFraud Insights and Factors response objects.
254264
* Added the following new values to the ``/payment/processor`` validation:
265+
255266
* ``cardpay``
256267
* ``epx``
257268

@@ -270,6 +281,7 @@ History
270281
to 9,999,999,999,999. Previously, larger numbers were allowed.
271282
* Python 3.3 and 3.4 are no longer supported.
272283
* Added the following new values to the ``/payment/processor`` validation:
284+
273285
* ``affirm``
274286
* ``afterpay``
275287
* ``cetelem``
@@ -287,6 +299,7 @@ History
287299
* ``paysafecard``
288300
* ``smartdebit``
289301
* ``synapsefi``
302+
290303
* Deprecated the ``email_tenure`` and ``ip_tenure`` attributes of
291304
``minfraud.models.Subscores``.
292305
* Deprecated the ``is_high_risk`` attribute of
@@ -299,11 +312,13 @@ History
299312
* Renamed MaxMind user ID to account ID in the code and added support for the
300313
new ``ACCOUNT_ID_REQUIRED`` error code.
301314
* Added the following new values to the ``/payment/processor`` validation:
315+
302316
* ``ccavenue``
303317
* ``ct_payments``
304318
* ``dalenys``
305319
* ``oney``
306320
* ``posconnect``
321+
307322
* Added support for the ``/device/local_time`` output.
308323
* Added support for the ``/credit_card/is_virtual`` output.
309324
* Added ``payout_change`` to the ``/event/type`` input validation.
@@ -316,6 +331,7 @@ History
316331
``geoip2.record.RepresentedCountry``. This attribute is ``True`` if the
317332
country is a member state of the European Union.
318333
* Added the following new values to the ``/payment/processor`` validation:
334+
319335
* ``cybersource``
320336
* ``transact_pro``
321337
* ``wirecard``
@@ -324,11 +340,13 @@ History
324340
++++++++++++++++++
325341

326342
* Added the following new values to the ``/payment/processor`` validation:
343+
327344
* ``bpoint``
328345
* ``checkout_com``
329346
* ``emerchantpay``
330347
* ``heartland``
331348
* ``payway``
349+
332350
* Updated ``geoip2`` dependency to add support for GeoIP2 Precision Insights
333351
anonymizer fields.
334352

@@ -338,6 +356,7 @@ History
338356
* Added support for custom inputs. You may set up custom inputs from your
339357
account portal.
340358
* Added the following new values to the ``/payment/processor`` validation:
359+
341360
* ``american_express_payment_gateway``
342361
* ``bluesnap``
343362
* ``commdoo``
@@ -354,6 +373,7 @@ History
354373
* ``vantiv``
355374
* ``vericheck``
356375
* ``vpos``
376+
357377
* Added the following new input values:
358378
``/device/session_age`` and ``/device/session_id``.
359379
* Added support for the ``/email/first_seen`` output.
@@ -425,11 +445,13 @@ History
425445
++++++++++++++++++
426446

427447
* Added support for new minFraud Insights outputs. These are:
428-
* ``/credit_card/brand``
429-
* ``/credit_card/type``
430-
* ``/device/id``
431-
* ``/email/is_free``
432-
* ``/email/is_high_risk``
448+
449+
* ``/credit_card/brand``
450+
* ``/credit_card/type``
451+
* ``/device/id``
452+
* ``/email/is_free``
453+
* ``/email/is_high_risk``
454+
433455
* ``input`` on the ``Warning`` response model has been replaced with
434456
``input_pointer``. The latter is a JSON pointer to the input that
435457
caused the warning.

0 commit comments

Comments
 (0)