summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrea longhi <andrea@spaghetticode.it>2020-01-14 23:18:42 +0100
committerandrea longhi <andrea@spaghetticode.it>2020-01-15 04:12:47 +0100
commitdc109637def501b965c4c59112eb625188484b6a (patch)
tree01f32803ea75c3c5f9c1920ce523b0eca2bded0d
parent6aa6e397970362abf1ad71e2eb39093c82041dce (diff)
Add changelog entry for TaxRateCalculator
-rw-r--r--CHANGELOG.md2
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.