diff options
author | andrea longhi <andrea@spaghetticode.it> | 2020-01-14 23:18:42 +0100 |
---|---|---|
committer | andrea longhi <andrea@spaghetticode.it> | 2020-01-15 04:12:47 +0100 |
commit | dc109637def501b965c4c59112eb625188484b6a (patch) | |
tree | 01f32803ea75c3c5f9c1920ce523b0eca2bded0d /CHANGELOG.md | |
parent | 6aa6e397970362abf1ad71e2eb39093c82041dce (diff) |
Add changelog entry for TaxRateCalculator
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a83a480..581f0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +- Added `SuperGood::SolidusTaxJar::TaxRateCalculator` for retrieving the tax rate for a given `Spree::Address`. The calculator follows `TaxCalculator` conventions by relying on address validators and custom exception handling. + ## v0.15.2 - Add order number to param logging. |