1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2022-10-11 17:35:02 +01:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
Changes in [3.58.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.58.1) (2022-10-11)
=====================================================================================================
## 🐛 Bug Fixes
* Use correct default for notification silencing ([\#9388](https://github.com/matrix-org/matrix-react-sdk/pull/9388)). Fixes vector-im/element-web#23456.
Changes in [3.58.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.58.0) (2022-10-11)
===============================================================================================================
## Deprecations
* Legacy Piwik config.json option `piwik.policy_url` is deprecated in favour of `privacy_policy_url`. Support will be removed in the next release.
## ✨ Features

View File

@@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.58.0",
"version": "3.58.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {