diff --git a/changes/changelog.d/206.feature b/changes/changelog.d/206.feature
new file mode 100644
index 0000000000000000000000000000000000000000..b334554fe0a3243ae7f85f3386ed714f6ed8a870
--- /dev/null
+++ b/changes/changelog.d/206.feature
@@ -0,0 +1,17 @@
+We now have a brand new instance settings interface in the front-end (#206)
+
+
+Instance settings interface
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Prior to this release, the only way to update instance settings (such as
+instance description, signup policy, federation configuration, etc.) was using
+the admin interface provided by Django (the back-end framework which power the API).
+
+This interface worked, but was not really-user friendly and intuitive.
+
+Starting from this release, we now offer a dedicated interface directly
+in the front-end. You can view and edit all your instance settings from here,
+assuming you have the required permissions.
+
+This interface is available at ``/manage/settings` and via link in the sidebar.