summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-04-05 16:23:35 +1300
committerJared Norman <jared@super.gd>2019-04-05 16:26:15 +1300
commit7a53a1f4923215b7784f31e3d21435e091832f8b (patch)
treed093cbca92a3fb6d87265adf77f08130df1a86a1 /CHANGELOG.md
parent0cb3cb6ef633898d609c0cc43c5e48b2d0afd280 (diff)
Make shipping amount calculator configurable
Necessary if you need to factor in order level adjustments (boooooo) into your shipping amounts to make things add up correctly.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c942fb1..5ae6633 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+- Make shipping amounts configurable to make it easier to support order-level adjustments.
+
## v0.9.1
- Fixed unreliable default cache key implementation.