diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 2491905288..bbb53f694b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -7,6 +7,7 @@ Changelog
  * Removed support for Python 3.4
  * Added support for `short_description` for field labels in modeladmin's `InspectView` (Wesley van Lee)
  * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
+ * Added support for specifying cell alignment on TableBlock (Samuel Mendes)
  * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
  * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
  * Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index 9177c6ceda..10ae2158ef 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -368,6 +368,7 @@ Contributors
 * Po-Chuan Hsieh
 * scil
 * Mike Hearn
+* Samuel Mendes
 
 Translators
 ===========
diff --git a/docs/releases/2.6.rst b/docs/releases/2.6.rst
index 0254adf020..9d5c9fc5b4 100644
--- a/docs/releases/2.6.rst
+++ b/docs/releases/2.6.rst
@@ -16,6 +16,7 @@ Other features
 
  * Added support for ``short_description`` for field labels in modeladmin's ``InspectView`` (Wesley van Lee)
  * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
+ * Added support for specifying cell alignment on TableBlock (Samuel Mendes)
 
 
 Bug fixes