From b98a2b24b0b0c1253ba2efcf2a996bd6f22388af Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Fri, 2 Aug 2019 14:24:27 +0200 Subject: [PATCH] Update simplesamlphp-changelog.md --- docs/simplesamlphp-changelog.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 0bac19392..c60528e1f 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading. ## Version 1.18.0 -Released 2019-08-02 +Released TBD * Replace custom Email class with the phpmailer library. * Allow to log to STDERR in the logging.handler option. @@ -29,7 +29,18 @@ Released 2019-08-02 ### Interoperability * The minimum PHP version required is now 5.6. - + +## Version 1.17.5 + +Released 2019-08-02 + + * Fixed a bug in the SP API where NameID objects weren't taken care of (introduced in 1.17.0). + * Fixed a regression where MetaDataStorageHandlerPdo::getMetaData() would not return a value (#1165). + * Fixed an issue with table indexes (#1089). + * Fixed an issue with table migrations on SQlite (#1169). + * Fixed an issue with generated eduPersonTargetedID lacking a format specified (#1135). + * Updated composer dependencies. + ## Version 1.17.4 Released 2019-07-11 -- GitLab