From 41f54dcb29e8892cb5d337a698e378fa8546a3e7 Mon Sep 17 00:00:00 2001 From: Daniel Meyer <8926560+pubkey@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:22:56 +0100 Subject: [PATCH] ADD(changelog) #3609 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bfd2c7ed3..40bcc2cd2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Bugfixes: - Replication Primitives: Local writes while running the `pull` must not be lost but send to the remote. - Replication Primitives: Should not stack up failed runs and then run many times. + - Support composite indices in schema literal types [#3609](https://github.com/pubkey/rxdb/pull/3609) Thanks [@nirvdrum](https://github.com/nirvdrum) ### 11.1.0 (6 January 2022)