From 7353a956513ea4ebd2c2c7b391971d8a67c788e1 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Fri, 29 Dec 2017 12:31:06 +0000
Subject: [PATCH] Start on a changelog for 1.16

---
 docs/simplesamlphp-changelog.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 9c4184c6e..02c8c52b6 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -6,6 +6,23 @@ SimpleSAMLphp changelog
 This document lists the changes between versions of SimpleSAMLphp.
 See the upgrade notes for specific information about upgrading.
 
+## Version 1.16.0
+
+Released TBD
+
+### New features
+  * Added support for SAML "Enhanced Client or Proxy" (ECP) protocol,
+    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.
+
+### Oauth
+  * Make module HTTP proxy-aware.
+  * Remove unused demo app.
+
+### Sqlauth
+  * Changed from default-enabled to default-disabled.
+
 ## Version 1.15.0
 
 Released 2017-11-20
-- 
GitLab