diff --git a/.docs/changelog.md b/.docs/changelog.md
index 3d5784c16bd5f5547ed15fca9f3669eb7bd7da09..e2d08d0ab416f21c14c2b819e45362761ff74c4a 100644
--- a/.docs/changelog.md
+++ b/.docs/changelog.md
@@ -10,24 +10,33 @@ author: Martin Weise
 
 #### Features
 
-* Added Auth Service init container to sync internal system ("admin") user into Metadata Database.
+* Added possibility to modify table description and privacy mode that hides metadata of databases, tables, subsets and
+  views in [#472](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/472).
+* Added Auth Service init container to sync internal system ("admin") user into Metadata Database
+  in [#470](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/470.)
 
 #### Changes
 
-* Drop MariaDB Galera chart version from [`14.0.12`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/14.0.12)
-  to [`13.2.7`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/13.2.7) because of stability issues with the newer versions on the OpenShift Kubernetes cluster.
+* Drop MariaDB Galera chart version from [
+  `14.0.12`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/14.0.12)
+  to [`13.2.7`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/13.2.7) because of stability issues with the
+  newer versions on the OpenShift Kubernetes cluster.
 * Bumped Grafana chart version from [`10.1.1`](https://artifacthub.io/packages/helm/bitnami/grafana/10.1.1)
   to [`11.4.2`](https://artifacthub.io/packages/helm/bitnami/grafana/11.4.2).
 * Bumped NGINX chart version from [`18.2.6`](https://artifacthub.io/packages/helm/bitnami/nginx/18.2.6)
   to [`18.3.1`](https://artifacthub.io/packages/helm/bitnami/nginx/18.3.1).
 * Bumped SeaweedFS chart version from [`1.0.2`](https://artifacthub.io/packages/helm/bitnami/seaweedfs/1.0.2)
-  to [`4.2.1`](https://github.com/MartinWeise/charts/tree/main/bitnami/spark).
+  to [`4.2.1`](https://github.com/MartinWeise/charts/tree/main/bitnami/spark) (created a pull request
+  [#31192](https://github.com/bitnami/charts/pull/31192)).
+* Improve RESTfulness of HTTP API to e.g. not include the database image due to size
+  in [#463](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/463).
 
 #### Fixes
 
 * Fixed a wrong JPA entity configuration in Hibernate that in some cases causes the `SERIAL` increment to not trigger
-  in MariaDB Galera. Removed the 
-  deprecated [`@GenericGenerator`](https://docs.jboss.org/hibernate/orm/6.6/javadocs/org/hibernate/annotations/GenericGenerator.html)
+  in MariaDB Galera. Removed the
+  deprecated [
+  `@GenericGenerator`](https://docs.jboss.org/hibernate/orm/6.6/javadocs/org/hibernate/annotations/GenericGenerator.html)
   annotation on JPA entities.
 * Fixed a bug where the dataset separator was being ignored for imports
   in [#478](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/478).