Realm v0.87.2 Release Notes

Release Date: 2016-01-08 // over 8 years ago
    • โœ‚ Removed explicit GC call when committing a transaction (#1925).
    • ๐Ÿ›  Fixed a bug when RealmObjectSchema.addField() was called with the PRIMARY_KEY modifier, the field was not set as a required field (#2001).
    • ๐Ÿ›  Fixed a bug which could throw a ConcurrentModificationException in RealmObject's or RealmResults' change listener (#1970).
    • ๐Ÿ›  Fixed RealmList.set() so it now correctly returns the old element instead of the new (#2044).
    • ๐Ÿ›  Fixed the deployment of source and javadoc jars (#1971).