From 3cc14060e59488c7fe55bca7357f6b993c5a1fca Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 21 Jan 2022 16:21:39 +0000 Subject: [PATCH] [9.x] Adds `ignition` to release notes (#7611) * Adds new version of ignition to release notes * Update releases.md * Update releases.md Co-authored-by: Taylor Otwell --- releases.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/releases.md b/releases.md index 5a433a892cb..4cc0e089228 100644 --- a/releases.md +++ b/releases.md @@ -327,3 +327,12 @@ Laravel now includes pagination views built using [Bootstrap 5](https://getboots { Paginator::useBootstrapFive(); } + + +### Improved Ignition Exception Page + +Ignition, the open source exception debug page created by Spatie, has been redesigned from the ground up. The new, improved Ignition ships with Laravel 9.x and includes light / dark themes, customizable "open in editor" functionality, and more. + +

+ +