Skip to content

Commit 4e9364b

Browse files
committed
updated CHANGELOG.md
1 parent df6088d commit 4e9364b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `SHModelObject` Changelog
22

3+
## 1.1.1
4+
5+
1. addition of new class `SHRealmObject` which is a subclass of `RLMObject` from [Realm](http://realm.io/).
6+
37
## 1.0.8
48

59
### New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ MyObject *myObject = [MyObject objectWithDictionary:dictionary mapping:mappingDi
183183
184184
##SHRealmObject
185185
186-
[Realm!](http://realm.io/) support out of the box. `SHRealmObject` is a sublclass of `RLMObject` from Realm. If you want to use both SHModelObject to parse your JSON responses and have RLMObject to be used with Realm database. `SHRealmObject` is they class you need.
186+
[Realm](http://realm.io/) support out of the box. `SHRealmObject` is a sublclass of `RLMObject` from Realm. If you want to use both SHModelObject to parse your JSON responses and have RLMObject to be used with Realm database. `SHRealmObject` is they class you need.
187187
188188
`SHRealmObject` is identical in functionality as `SHModelObject` but also confirms with `RLMObject`. that means the it also confirms with the restriction that `RLMObject` class has. (e.g. you cannot use `NSDictionary` objects. and instead of using `NSArrays` you will use `RLMArray<T>` objects).
189189

0 commit comments

Comments
 (0)