From 699ddcc3e8f718250c3673549f12e2c3302f924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Mon, 23 May 2022 18:00:47 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed7e5eda1..aa33bb4580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ * Support flexible synchronization. ([#496](https://github.com/realm/realm-dart/pull/496)) * Added support for DateTime properties. ([#569](https://github.com/realm/realm-dart/pull/569)) * Support setting logger on AppConfiguration. ([#583](https://github.com/realm/realm-dart/pull/583)) -* Support setting default logger on App class. Default of default is to print to console. ([#583](https://github.com/realm/realm-dart/pull/583)) +* Support setting logger on Realm class. Default is to print info message or worse to the console. ([#583](https://github.com/realm/realm-dart/pull/583)) ### Fixed * Fixed an issue that would result in the wrong transaction being rolled back if you start a write transaction inside a write transaction. ([#442](https://github.com/realm/realm-dart/issues/442))