From 4803133fee5c339dca6f7d1c2a99b11093a31758 Mon Sep 17 00:00:00 2001
From: Karl Hobley <karl@torchbox.com>
Date: Thu, 2 Dec 2021 13:47:52 +0000
Subject: [PATCH] Changelogs/release notes/contributors for #7385 #7669 #7704

---
 CHANGELOG.txt         | 4 ++++
 CONTRIBUTORS.rst      | 2 ++
 docs/releases/2.16.md | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d84d5f564a..d98d62752b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -7,10 +7,14 @@ Changelog
  * Added Aging Pages report (Tidjani Dia)
  * Add more SketchFab oEmbed patterns for models (Tom Usher)
  * Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
+ * Private pages can now be fetched over the API (Nabil Khalil)
+ * Added `alias_of` field to the pages API (Dmitrii Faiazov)
+ * Fix: Transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
  * Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
  * Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin GutiƩrrez)
 
 
+
 2.15.1 (11.11.2021)
 ~~~~~~~~~~~~~~~~~~~
 
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index d7fa787142..3a628ea0fc 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -551,6 +551,8 @@ Contributors
 * Shariq Jamil
 * Kyle Bayliss
 * John Simms
+* Justin Michalicek
+* Nabil Khalil
 
 Translators
 ===========
diff --git a/docs/releases/2.16.md b/docs/releases/2.16.md
index e0594f2d59..425c062e18 100644
--- a/docs/releases/2.16.md
+++ b/docs/releases/2.16.md
@@ -14,10 +14,13 @@
  * Added Aging Pages report (Tidjani Dia)
  * Add more SketchFab oEmbed patterns for models (Tom Usher)
  * Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
+ * Private pages can now be fetched over the API (Nabil Khalil)
+ * Added `alias_of` field to the pages API (Dmitrii Faiazov)
 
 
 ### Bug fixes
 
+ * Fixed transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
  * Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
  * Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin GutiƩrrez)