diff --git a/orga/releases/11.0.0.md b/orga/releases/11.0.0.md index a73141efa95..5cd30cabb11 100644 --- a/orga/releases/11.0.0.md +++ b/orga/releases/11.0.0.md @@ -63,6 +63,9 @@ To make the RxStorage abstraction compatible with Webworkers, we had to do some - Compound primary key migration throws "Value of primary key(s) cannot be changed" [#3546](https://github.com/pubkey/rxdb/pull/3546) Thanks [@nothingkid](https://github.com/nothingkid) - Allowd `_id` as primaryKey [#3562](https://github.com/pubkey/rxdb/pull/3562) Thanks [@SuperKirik](https://github.com/SuperKirik) +# Migration from `10.x.x` + +The migration should be pretty easy. Nothing in the datalayer has been changed, so you can use the stored data of v10 together with the new v11 RxDB. ## You can help!