From a5437da2dbbb8dc6348cac02dc343c03bc7f3e14 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Sat, 20 Jan 2018 09:18:03 +0000 Subject: [PATCH] Update changelog --- docs/simplesamlphp-changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 93a480100..159144dc4 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -15,10 +15,15 @@ Released TBD IdP side with HTTP Basic Authentcation as authentication method. See the [ECP IdP documentation](./simplesamlphp-ecp-idp) for details. * New option `sendmail_from`, the from address for email sent by SSP. + * New option `options` for PDO database connections, e.g. for TLS setup. + +### authfacebook + * Compatibility with Facebook strict URI match. ### core * StatisticsWithAttribute: add `passive-` prefix when logging passive requests, set new option `skipPassive` to skip logging these altogether. + * Replace deprecated create_function with an anonymous function. ### Oauth * Make module HTTP proxy-aware. -- GitLab