diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 212da25ade..4d96aa4981 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -46,6 +46,7 @@
- Changelog
+ - Changes since 3.1.0
- Changes since 3.1.0-RC6
- Changes since 3.1.0-RC5
- Changes since 3.1.0-RC4
@@ -100,6 +101,24 @@
+
1.i. Changes since 3.1.0
+
+
Security
+
+ - [SECURITY-164] - Cross Site Scripting via PATH_INFO in page_name variable
+
+
Bug
+
+ - [PHPBB3-13248] - Login functions need to use provider collection for retrieving provider
+ - [PHPBB3-13267] - Automatic Update instructions indicate that only the install folder is necessary
+ - [PHPBB3-13268] - MSSQL's get_existing_indexes() function improperly appends ternary result
+ - [PHPBB3-13271] - Anonymous users can CC themselves on emails sent to admin via contact form
+
+
Task
+
+ - [PHPBB3-13262] - Add note to docs about htaccess file when upgrading 3.0 to 3.1
+
+
1.i. Changes since 3.1.0-RC6
Bug