Skip to content

Commit 00e3eb0

Browse files
committed
Improve consistency
1 parent 642a318 commit 00e3eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
## v1.5.0 (2021-02-02)
6767

68-
* Add the `hash_address` attribute to `Minfraud::Components::Email`. If
68+
* Adds the `hash_address` attribute to `Minfraud::Components::Email`. If
6969
this is `true`, the MD5 hash of the `address` will be sent instead of the
7070
plain text `address`. Use this if you prefer to send the hash of the
7171
`address` rather than the plain text. Note that this normalizes the
@@ -75,7 +75,7 @@
7575
input is set but the `domain` is not.
7676
* Adds new payment processors `:apple_pay` and `:aps_payments` to
7777
`Minfraud::Components::Payment`.
78-
* Added support for the IP address risk reasons in the minFraud Insights
78+
* Adds support for the IP address risk reasons in the minFraud Insights
7979
and Factors responses. This is available at `.ip_address.risk_reasons`.
8080
It is an array of `IPRiskReason` objects.
8181

@@ -89,7 +89,7 @@
8989

9090
* IMPORTANT: Ruby 2.0 is no longer supported. If you're using Ruby 2.0,
9191
please use version 1.3.0.
92-
* Add handling for the `REQUEST_INVALID` error code.
92+
* Adds handling for the `REQUEST_INVALID` error code.
9393
* The IP address is no longer a required input.
9494
* Adds new payment processor `:tsys` to `Minfraud::Components::Payment`.
9595

0 commit comments

Comments
 (0)