diff options
author | Jared Norman <jared@super.gd> | 2019-02-05 10:36:04 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-02-05 10:36:04 -0800 |
commit | a238148b1d66b9d5377b9c840b00b9e2ea4d4d7e (patch) | |
tree | 01f6616be059765034609d1ee0988c92833da815 /CHANGELOG.md | |
parent | c3b0d69b34955affc1f9a331447ce2baa8f3931a (diff) |
Move exception handler configuration
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..229a1a1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## v0.5.0 + +- Moved exception handler configuration to `SuperGood::SolidusTaxJar.exception_handler` from `SuperGood::SolidusTaxJar::TaxCalculator.exception_handler`. Now all the configuration options are in the same place. |