File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 8.3.0] - 2022-04-15
10+ ### Added
11+ - Added the ability to create custom events
12+
13+ ### Removed
14+ - UnknownEventException
15+
16+ ### Updated
17+ - Reduced the amount of memory consumed in the cart
18+ - Improved product returns performance
19+
920## [ 8.2.1] - 2022-04-14
1021### Fixed
1122- Error in force transaction float #469 @EdX9
@@ -823,7 +834,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
823834- Exceptions: AmountInvalid, BalanceIsEmpty.
824835- Models: Transfer, Transaction.
825836
826- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...develop
837+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/8.3.0...develop
838+ [ 8.3.0 ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...8.3.0
827839[ 8.2.1 ] : https://github.com/bavix/laravel-wallet/compare/8.2.0...8.2.1
828840[ 8.2.0 ] : https://github.com/bavix/laravel-wallet/compare/8.1.1...8.2.0
829841[ 8.1.1 ] : https://github.com/bavix/laravel-wallet/compare/8.1.0...8.1.1
You can’t perform that action at this time.
0 commit comments