Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions CHANGELOG

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

See the main [README.md](./README.md#branch-and-version-naming) for the details about version naming.


## [Unreleased]

### Fixed
- Restored SimpleSAMLphp exception handler (#29, #35)


## [2.10.0-rc.1]
2 changes: 2 additions & 0 deletions src/DrupalHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public function bootDrupal(string $drupalRoot)
$kernel->boot();
$kernel->loadLegacyIncludes();
chdir($originalDir);
\restore_exception_handler();
\restore_error_handler();
}

/**
Expand Down