Skip to content

Commit eba14d3

Browse files
minor symfony#52710 [HttpKernel] document added method in the changelog rather than the upgrade files (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [HttpKernel] document added method in the changelog rather than the upgrade files | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | symfony#52128 (comment) | License | MIT Commits ------- d77db34 document added method in the changelog rather than the upgrade files
2 parents cda729e + d77db34 commit eba14d3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

UPGRADE-7.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
7.1
5+
---
6+
7+
* Add method `isKernelTerminating()` to `ExceptionEvent` that allows to check if an exception was thrown while the kernel is being terminated
8+
49
7.0
510
---
611

0 commit comments

Comments
 (0)