diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 921c09221d510002ba1a8365d5fcf657ca0e9f32..7022a919b3b98c982f91e2c1fdfa3ae690e19455 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -12,6 +12,23 @@ Released TBD ### Changes * Minimum required PHP version is now 5.5. + * Introduce new UI based on Twig templates. + The new templates co-exist next to the old ones. + * SimpleSAMLphp can now be used with applications that use Twig 2. + * Update configuration templates and documentation to PHP + short array syntax. + * All clases moved to namespaces and reformatted code to PSR-2. + * Many code cleanups. + +### consent + * Module is now disabled by default. + +### core + * Allow `core:PHP` to manipulate all of the state. + * IdP initiated login: add compatibility with Shibboleth parameters. + +### saml + * Add initial support for SAML Subject Id Attributes. ## Version 1.16.2