Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Adds a few missing entries to the CHANGELOG
  • Loading branch information
jhawthorn committed Oct 3, 2016
1 parent fe79fa5 commit 81d2868
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 81d2868

Please sign in to comment.