diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 02e4ce0025d0373b03744c84c18490964c448e25..10bf4d4ff5e325aeb857c43b8b9bdfe9df63fe45 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -6,10 +6,19 @@ SimpleSAMLphp changelog This document lists the changes between versions of SimpleSAMLphp. See the upgrade notes for specific information about upgrading. -## Version 1.17.0 +## Version 1.18.0 Released TBD +### metarefresh + * The algorithm to compute the fingerprint of the certificate that signed + metadata can be specified with the new `validateFingerprintAlgorithm` + configuration option. + +## Version 1.17.0 + +Released 3 March 2019 + * Introduce a new experimental user interface based on Twig templates. The new Twig templates co-exist next to the old ones and come with a new look-and-feel for SimpleSAMLphp and independent interfaces for @@ -48,11 +57,6 @@ Released TBD * Allow `core:PHP` to manipulate the entire state array. * IdP initiated login: add compatibility with Shibboleth parameters. -### metarefresh - * The algorithm to compute the fingerprint of the certificate that signed - metadata can be specified with the new `validateFingerprintAlgorithm` - configuration option. - ### multiauth * Added a `preselect` configuration option to skip authsource selection (#1005).