Skip to content

Commit

Permalink
Merge pull request #1933 from realm/tg-core-update
Browse files Browse the repository at this point in the history
Update to core 0.89.3
  • Loading branch information
tgoyne committed May 13, 2015
2 parents 47aef4b + 30c7311 commit 747350c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@ x.x.x Release notes (yyyy-MM-dd)

* Swift: Added `List.invalidated`, which returns if the given `List` is no longer
safe to be accessed, and is analogous to `-[RLMArray isInvalidated]`.
* Assertion messages are automatically logged to Crashlytics if it's loaded
into the current process to make it easier to diagnose crashes.

### Bugfixes

* Swift: Enumerating through a standalone `List` whose objects themselves
have list properties won't crash.
* Swift: Using a subclass of `RealmSwift.Object` in an aggregate operator of a predicate
no longer throws a spurious type error.
* Fix incorrect results for when using OR in a query on a `RLMArray`/`List<>`.
* Fix incorrect values from `[RLMResults count]`/`Results.count` when using
`!=` on an int property with no other query conditions.
* Lower the maximum doubling threshold for Realm file sizes from 128MB to 16MB
to reduce the amount of wasted space.

0.92.2 Release notes (2015-05-08)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o pipefail
set -e

# You can override the version of the core library
: ${REALM_CORE_VERSION:=0.89.1} # set to "current" to always use the current build
: ${REALM_CORE_VERSION:=0.89.3} # set to "current" to always use the current build

# You can override the xcmode used
: ${XCMODE:=xcodebuild} # must be one of: xcodebuild (default), xcpretty, xctool
Expand Down

0 comments on commit 747350c

Please sign in to comment.