From 21f4451b41821c52d4bc52ce07638ac530a48435 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 2 Mar 2018 14:23:43 +0100
Subject: [PATCH] document changes

---
 CHANGES.md  | 15 +++++++++++++++
 Makefile.am |  1 +
 2 files changed, 16 insertions(+)
 create mode 100644 CHANGES.md

diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..62c0da9
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,15 @@
+# eduGAIN Access Check Changelog
+
+## Version 1.0 (02/03/2018)
+
+* i18n support, based on language-specific template sets
+* automatic language determination, based on browser accepted-content header
+* french templates set
+* accounts list retrieval support
+* third-party javascript and css libraries updates
+* plain text configuration file
+* service-specific configuration override
+* multi-tenants installation support
+* large code cleanup
+* test suite
+* autotools-based installation procedure
diff --git a/Makefile.am b/Makefile.am
index 4f7a772..05db799 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,7 @@ TESTS = \
 EXTRA_DIST = \
 	LICENSE.txt \
 	README.md \
+	CHANGES.md \
 	t/edugain.xml \
 	t/manager.conf \
 	$(TESTS)
-- 
GitLab