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