From 6549f7ce4e2c1cb1638d0f9617939bc1ad77e4b9 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Tue, 13 Nov 2018 10:26:09 +0100 Subject: [PATCH] Add link to issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2a6558..2b7b9264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ x.x.x Release notes (yyyy-MM-dd) * None. ### Fixed -* The Typescript definition for `Realm.Permissions.Permission` did not have the correct `role` property defined. This could result in compilation errors like this "error TS2339: Property 'role' does not exist on type 'Permission'". Since 2.3.0. +* The Typescript definition for `Realm.Permissions.Permission` did not have the correct `role` property defined. This could result in compilation errors like this "error TS2339: Property 'role' does not exist on type 'Permission'". Since 2.3.0. ([#2106](https://github.com/realm/realm-js/pull/2106)) ### Compatibility * Realm Object Server: 3.11.0 or later.