diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 93a48010079e43234e83f44b0e3684ef239d5e7f..159144dc4ab3d65813987a0549ca381dfc21d36d 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.