Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 02facb96 authored by Yannick Li's avatar Yannick Li
Browse files

Update CHANGELOG.md

parent d2191ee2
No related branches found
No related tags found
2 merge requests!26Resolve "Release v1.1.0",!25Resolve "Pass a handler when opening the crdt"
......@@ -5,17 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- [Unreleased]
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security
- [1.0.1] - 2021-05-17
- Changed
- Update documentation
- Fixed
- Fix concurrency between edits and remote updates
## [Unreleased]
### Added
- Provide a service worker file in public repository
- Add a callback to receive notifications when a crdt is updated
### Changed
- Group the MVMap updates during a reset/reconnection
- Remove frequent pooling but keep a backup call when it has not received a new version for a while
### Deprecated
### Removed
### Fixed
### Security
## [1.0.1] - 2021-05-17
### Changed
- Update documentation
### Fixed
- Fix concurrency between edits and remote updates
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment