diff options
author | Jared Norman <jared@super.gd> | 2019-03-12 15:31:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 15:31:01 -0700 |
commit | e7682d6cd682bcff06c3a313fa0086abfc607f96 (patch) | |
tree | eb159c1a92461e31837f7641c04dd01c12930cf8 | |
parent | c4f94da7c5692a36b4e816d301370405fb497771 (diff) |
Update CHANGELOG.mdv0.6.1
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1690360..15069dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.6.1 + +- Stopped using the deprecated method `Spree::Address#empty?` in favour of simply checking that we have all of the fields on the address required for doing a TaxJar lookup. + ## v0.6.0 - Added `SuperGood::SolidusTaxJar.shipping_tax_label_maker` for customizing the labels on the tax adjustments on shipments. |