Skip to content

Commit d9f0695

Browse files
author
Eduardo López
committed
Moved wrong entry from 10.4.0 to 11.0.0
1 parent 86316cb commit d9f0695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 11.0.0 (YYYY-MM-DD)
22

33
### Enhancements
4+
* Added support for `java.util.UUID` as supported field in model classes.
5+
* Added support for `java.util.UUID` as a primary key.
46
* Allow UTF8 encoded characters in property names in string-based queries ([#4467](https://github.com/realm/realm-core/issues/4467))
57
* The error message when the initial steps of opening a Realm file fails is now more descriptive.
68
* Make conversion of Decimal128 to/from string work for numbers with more than 19 significant digits. ([#4548](https://github.com/realm/realm-core/issues/4548))
@@ -53,8 +55,6 @@ to `https://oss.sonatype.org/content/repositories/snapshots/`. See [here](https:
5355
for more information.
5456

5557
### Enhancements
56-
* Added support for `java.util.UUID` as supported field in model classes.
57-
* Added support for `java.util.UUID` as a primary key.
5858
* Added support for the string-based Realm Query Language through `RealmQuery.rawPredicate(...)`. This allows many new type of queries not previously supported by the typed query API. See the Javadoc on this method for further details. (Issue [#6116](https://github.com/realm/realm-java/pull/6116))
5959
* Performance of sorting on more than one property has been improved. Especially important if many elements match on the first property.
6060

0 commit comments

Comments
 (0)