From 4ab6a33908c70dd69a484f3dea1aaf8b639832c8 Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Tue, 30 Nov 2021 21:09:27 +0900 Subject: [PATCH] Add changelog entries --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b2fd476..80e554cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Breaking changes + +- Renamed collab-related selectors and action creators for clarity: + - `getPeers` to `getCollabPeers` + - `hasPeers` to `hasCollabPeers` + - `setAvailablePeers` to `setAvailableCollabPeers` + - `setPeerSelection` to `setCollabPeerSelection` + +### Added + +- Smart undo/redo functionality in collab mode. Each peer will only be able to undo their own edits and not of others, with the current limitation being that they are editing separate blocks. + ## [2.7.1] - 2021-11-26 ### Fixed