Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 30, 2021
1 parent 97b2f11 commit 4ab6a33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ab6a33

Please sign in to comment.