summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11612.bugfix1
-rw-r--r--changelog.d/11621.feature1
-rw-r--r--changelog.d/11683.removal1
-rw-r--r--changelog.d/11788.feature1
-rw-r--r--changelog.d/11789.feature1
-rw-r--r--changelog.d/11792.misc1
-rw-r--r--changelog.d/11793.misc1
-rw-r--r--changelog.d/11794.misc1
-rw-r--r--changelog.d/11795.misc1
9 files changed, 9 insertions, 0 deletions
diff --git a/changelog.d/11612.bugfix b/changelog.d/11612.bugfix
new file mode 100644

index 0000000000..842f6892fd --- /dev/null +++ b/changelog.d/11612.bugfix
@@ -0,0 +1 @@ +Include the bundled aggregations in the `/sync` response, per [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675). diff --git a/changelog.d/11621.feature b/changelog.d/11621.feature new file mode 100644
index 0000000000..dc426fb658 --- /dev/null +++ b/changelog.d/11621.feature
@@ -0,0 +1 @@ +Remove account data (including client config, push rules and ignored users) upon user deactivation. \ No newline at end of file diff --git a/changelog.d/11683.removal b/changelog.d/11683.removal new file mode 100644
index 0000000000..b1f048f7f5 --- /dev/null +++ b/changelog.d/11683.removal
@@ -0,0 +1 @@ +Drop support for Python 3.6, which is EOL. \ No newline at end of file diff --git a/changelog.d/11788.feature b/changelog.d/11788.feature new file mode 100644
index 0000000000..dc426fb658 --- /dev/null +++ b/changelog.d/11788.feature
@@ -0,0 +1 @@ +Remove account data (including client config, push rules and ignored users) upon user deactivation. \ No newline at end of file diff --git a/changelog.d/11789.feature b/changelog.d/11789.feature new file mode 100644
index 0000000000..dc426fb658 --- /dev/null +++ b/changelog.d/11789.feature
@@ -0,0 +1 @@ +Remove account data (including client config, push rules and ignored users) upon user deactivation. \ No newline at end of file diff --git a/changelog.d/11792.misc b/changelog.d/11792.misc new file mode 100644
index 0000000000..6aa1cd61c3 --- /dev/null +++ b/changelog.d/11792.misc
@@ -0,0 +1 @@ +Preparation for database schema simplifications: add `state_key` and `rejection_reason` columns to `events` table. diff --git a/changelog.d/11793.misc b/changelog.d/11793.misc new file mode 100644
index 0000000000..fc0530bf2c --- /dev/null +++ b/changelog.d/11793.misc
@@ -0,0 +1 @@ +Add `FrozenEvent.get_state_key` and use it in a couple of places. diff --git a/changelog.d/11794.misc b/changelog.d/11794.misc new file mode 100644
index 0000000000..29826bc0e5 --- /dev/null +++ b/changelog.d/11794.misc
@@ -0,0 +1 @@ +Preparation for database schema simplifications: stop reading from `event_reference_hashes`. diff --git a/changelog.d/11795.misc b/changelog.d/11795.misc new file mode 100644
index 0000000000..aeba317670 --- /dev/null +++ b/changelog.d/11795.misc
@@ -0,0 +1 @@ +Drop unused table `public_room_list_stream`.