From 8615fd3f74155c84f5d095ee7088d710c3b164ac Mon Sep 17 00:00:00 2001 From: Markus Date: Sun, 15 Nov 2015 17:43:18 -0800 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e505bdc..f1548666d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Release History --------------- ### V2.1.0 Minor feature and bugfix release (2015-11-12, both core and generator) * Official Robolectric support: workaround for a broken system call in Robolectric triggered by Query.forCurrentThread -* QueryBuild now allows to create DISTINCT queries to avoid duplicate entities returned +* QueryBuilder now allows to create DISTINCT queries to avoid duplicate entities returned * CursorQuery (beta, API might change) * Deadlock prevention when loading a list of entities while doing concurrent updates * Fixed async queries