Merge tag 'v1.3.10' into develop

1.3.10 v1.3.10
This commit is contained in:
Nathan Chapman 2022-05-21 08:35:15 -06:00
commit c2f72b5d30

View File

@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.3.10] - 2022-05-21
### Added
- Tests for almost all storefront views, exposing a couple of inconsistencies
### Fixed
- CustomerAddressUpdateView `test_func()` throwing error because addresses don't have a `customer` object
- PaymentCanceled misspelled template name
## [1.3.7] - 2022-05-19 ## [1.3.7] - 2022-05-19
### Added ### Added