Skip to content

Commit

Permalink
Merge pull request #4098 from realm/jp-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
jpsim authored Sep 16, 2016
2 parents 548113b + f4e4ed1 commit 5fbb4ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
x.x.x Release notes (yyyy-MM-dd)
1.1.0 Release notes (2016-09-16)
=============================================================

This release brings official support for Xcode 8, Swift 2.3 and Swift 3.0.
Prebuilt frameworks are now built with Xcode 7.3.1 and Xcode 8.0.

### API breaking changes

* Deprecate `migrateRealm:` in favor of new `performMigrationForConfiguration:error:` method
that follows Cocoa's' NSError conventions.
* Fix issue where `RLMResults` used `id `instead of its generic type type as the return
that follows Cocoa's NSError conventions.
* Fix issue where `RLMResults` used `id `instead of its generic type as the return
type of subscript.
* Fix incorrect truncation of the constant value for queries of the form
`column < value` for `float` and `double` columns.

### Enhancements

* Improve error message when using NSNumber incorrectly in Swift models.
* Fix compilation with Swift 2.3 using Xcode 8 beta 2.
* Further reduce the download size of the prebuilt static libraries.
* Improve sort performance, especially on non-nullable columns.
* Allow partial initialization of object by `initWithValue:`, deferring
required property checks until object is added to Realm.

### Bugfixes

* Fix incorrect truncation of the constant value for queries of the form
`column < value` for `float` and `double` columns.
* Fix crash when an aggregate is accessed as an `Int8`, `Int16`, `Int32`, or `Int64`.
* Fix a race condition that could lead to a crash if an RLMArray or List was
deallocated on a different thread than it was created on.
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<string>1.1.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5fbb4ce

Please sign in to comment.