File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
+
7
+ See the main [ README.md] ( ./README.md#branch-and-version-naming ) for the details about version naming.
8
+
9
+
10
+ ## [ Unreleased]
11
+
12
+ ### Fixed
13
+ - Restored SimpleSAMLphp exception handler (#29 , #35 )
14
+
15
+
16
+ ## [ 2.10.0-rc.1]
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ public function bootDrupal(string $drupalRoot)
24
24
$ kernel ->boot ();
25
25
$ kernel ->loadLegacyIncludes ();
26
26
chdir ($ originalDir );
27
+ \restore_exception_handler ();
28
+ \restore_error_handler ();
27
29
}
28
30
29
31
/**
You can’t perform that action at this time.
0 commit comments