summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-03-14 11:12:37 -0700
committerGitHub <noreply@github.com>2019-03-14 11:12:37 -0700
commit945490776a137821df70111c32127ffc85b4c90b (patch)
treee6f6cbeccca0acb40fdef753368a255ca67e6b32 /CHANGELOG.md
parente7682d6cd682bcff06c3a313fa0086abfc607f96 (diff)
parent828350fd2b1cab40bc05e4e47d4b20f9a8542b1f (diff)
Merge pull request #2 from JuanCrg90/bug/add-taxlocation-guard
Add guard clause for TaxLocation addresses
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15069dc..2d5ded5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## v0.6.2
+- Updated `incomplete_address?` method to verify if a `tax_address` is a `Spree::Tax::TaxLocation`. `Spree::Tax::TaxLocation` is considered an incomplete address.
+
## 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.