From f9a81892dc5d1881c8ca81e3db51c5a1abe61d6d Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 19 Apr 2019 12:22:58 +0200
Subject: [PATCH] Fix #689: changelog and release notes

---
 changes/changelog.d/689.feature |  1 +
 changes/notes.rst               | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 changes/changelog.d/689.feature

diff --git a/changes/changelog.d/689.feature b/changes/changelog.d/689.feature
new file mode 100644
index 00000000..0b53c4a0
--- /dev/null
+++ b/changes/changelog.d/689.feature
@@ -0,0 +1 @@
+Support metadata update on tracks, albums and artists and broadcast those on the federation (#689)
diff --git a/changes/notes.rst b/changes/notes.rst
index aa793511..6299c7c8 100644
--- a/changes/notes.rst
+++ b/changes/notes.rst
@@ -6,6 +6,41 @@ Next release notes
     Those release notes refer to the current development branch and are reset
     after each release.
 
+Edits on tracks, albums and artists
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Funkwhale was a bit annoying when it camed to metadata. Tracks, albums and artists profiles
+were created from audio file tags, but basically immutable after that (unless you had
+admin access to Django's UI, which wasn't ideal to do this kind of changes).
+
+With this release, everyone can suggest changes on track, album and artist pages. Users
+with the "library" permission can review suggested edits in a dedicated interface
+and apply/reject them.
+
+Approved edits are broadcasted via federation, to ensure other instances get the information
+too.
+
+Not all fields are currently modifiable using this feature. Especially, it's not possible
+to suggest a new album cover, or reassign a track to a different album or artist. Those will
+be implemented in a future release.
+
+Admin UI for tracks, albums, artists, libraries and uploads
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+As part of our ongoing effort to make Funkwhale easier to manage for instance owners,
+this release includes a brand new administration interface to deal with:
+
+- tracks
+- albums
+- artists
+- libraries
+- uploads
+
+You can use this UI to quickly search for any object, delete objects in batch, understand
+where they are coming from etc. This new UI should remove the need to go through Django's
+admin in the vast majority of cases (but also includes a link to Django's admin when needed).
+
+
 Artist hiding in the interface
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
GitLab