Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Add new tax changes to the CHANGELOG.
  • Loading branch information
adammathys committed Sep 29, 2022
1 parent af011d5 commit a65e3db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Solidus 3.3.0 (master, unreleased)
- Introduced level enum to `Spree::TaxRate` to allow for order-level taxes [#4491](https://github.com/solidusio/solidus/pull/4491) ([adammathys](https://github.com/adammathys))
- Added `Spree::Calculator::FlatFee` tax calculator [#4491](https://github.com/solidusio/solidus/pull/4491) ([adammathys](https://github.com/adammathys))

### Other Important Changes

#### Colorado Delivery Fee

With the introduction of the `Spree::Calculator::FlatFee` and `Spree::TaxRate#level`, we now have the ability to support the new Colorado Delivery Fee. There's also a new rake task provided to help setup the requisite models to support the fee:
```bash
rake taxes:colorado_delivery_fee
```

## Solidus 3.2.2 (v3.2, 2022-09-09)

Expand Down

0 comments on commit a65e3db

Please sign in to comment.