summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-06-25 11:51:14 -0700
committerGitHub <noreply@github.com>2019-06-25 11:51:14 -0700
commitbde4deedf6d7fcc2151469bb92103208a988ffe0 (patch)
tree4d8c443b35d4b935baeebf406765933a9fda14b6 /CHANGELOG.md
parenta3272ab16bf1597949fd300cf60743ffe172081f (diff)
parent482438819ceb12499fe75f8b11fe4c505b32816f (diff)
Merge pull request #14 from SuperGoodSoft/better-cache-key
Make cache key a string
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 ac142a7..32fb9d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+- Made sure cache key is a string, instead of a giant nested hash/array structure that probably won't get interpreted by Rails well. Still not happy with the caching behaviour, but it's configurable.
+
## v0.14.0
- Added `SuperGood::SolidusTaxJar.taxable_order_check` option which can be set to a proc that receives the order and will prevent actual tax calculation from occurring if it returns false. If your app has introduced a method like `Spree::Order#complimentary?`, you could avoid trying to compute taxes on complimentary orders by doing the following in an initializer: