Skip to content

Commit

Permalink
Merge pull request solidusio#1489 from jhawthorn/update_changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
jhawthorn committed Oct 3, 2016
2 parents fe79fa5 + 81d2868 commit 3f90eae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
* Analytics trackers were removed from the admin panel; the extension
`solidus_trackers` provides the same functionality

* Updated Credit Card brand server-side detection regex to support more
brands and MasterCard's new BIN range. [#1477](https://github.com/solidusio/solidus/pull/1477)

Note: Most stores will be using client-side detection which was updated in
Solidus 1.2

* `CreditCard`'s `verification_value` field is now converted to a string and
has whitespace removed on assignment instead of before validations.

* The `lastname` field on `Address` is now optional. [#1369](https://github.com/solidusio/solidus/pull/1369)

* Removals

* Removed deprecated method `Spree::TaxRate.adjust` (not to be confused with
Expand Down

0 comments on commit 3f90eae

Please sign in to comment.