From 3df0f0080907dd3fb10350e8d1c0c018984206b1 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 27 Jun 2023 17:18:25 -0500 Subject: [PATCH] Prepare changelog with #239 and #275 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4078c..b96964c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ - Add `/faq` redirect, https://github.com/matrix-org/matrix-public-archive/pull/265 - Use `rel=canonical` link to de-duplicate event permalinks, https://github.com/matrix-org/matrix-public-archive/pull/266, https://github.com/matrix-org/matrix-public-archive/pull/269 - Prevent join event spam with stable `reason`, https://github.com/matrix-org/matrix-public-archive/pull/268 +- Don't allow previewing `shared` history rooms, https://github.com/matrix-org/matrix-public-archive/pull/239 + +Developer facing: + +- Fix eslint trying to look at `node_modules/`, https://github.com/matrix-org/matrix-public-archive/pull/275 # 0.1.0 - 2023-05-11