File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ All notable changes to this project will be documented in this file.
8
8
## [ Unreleased]
9
9
10
10
11
+ <a name =" 4.3.0 " ></a >
12
+ ## [ 4.3.0] - 2024-05-09
13
+ ### Docs
14
+ - ** readme:** Update README.md with more descriptive content
15
+
16
+ ### Feat
17
+ - ** ExceptionNotify:** Add skipWhen method
18
+ - ** ExceptionNotifyManager:** Add skipWhen method
19
+
20
+ ### Refactor
21
+ - ** app:** Modify boot method in AppServiceProvider.php
22
+ - ** collector:** update rejected headers list
23
+ - ** config:** remove 'report_using_creator' from exception-notify.php
24
+ - ** service provider:** improve extendExceptionHandler method
25
+ - ** src:** Update static variable references to use self
26
+ - ** tests:** refactor ExceptionNotifyManagerTest.php and Support/HeplersTest.php
27
+
28
+
11
29
<a name =" 4.2.0 " ></a >
12
30
## [ 4.2.0] - 2024-05-08
13
31
### Refactor
@@ -800,7 +818,8 @@ All notable changes to this project will be documented in this file.
800
818
- Merge pull request [ #1 ] ( https://github.com/guanguans/laravel-exception-notify/issues/1 ) from guanguans/imgbot
801
819
802
820
803
- [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/4.2.0...HEAD
821
+ [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/4.3.0...HEAD
822
+ [ 4.3.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.2.0...4.3.0
804
823
[ 4.2.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.1.0...4.2.0
805
824
[ 4.1.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.0.0...4.1.0
806
825
[ 4.0.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.0.0-beta3...4.0.0
You can’t perform that action at this time.
0 commit comments