Skip to content

Commit

Permalink
add PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 10, 2022
1 parent 4eb20bd commit 1b67bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Based on Realm JS v10.21.1: See changelog below for details on enhancements and

### Enhancements
* Small improvement to performance by caching JSI property String object [#4863](https://github.com/realm/realm-js/pull/4863)
* Small improvement to performance for `toJSON` which should make it useful for cases where a plain representations of Realm entities are needed, e.g. when inspecting them for debugging purposes through `console.log(realmObj.toJSON())`.
* Small improvement to performance for `toJSON` which should make it useful for cases where a plain representations of Realm entities are needed, e.g. when inspecting them for debugging purposes through `console.log(realmObj.toJSON())`. ([#4997](https://github.com/realm/realm-js/pull/4997))

### Fixed
* None
Expand Down
2 changes: 1 addition & 1 deletion vendor/realm-core
Submodule realm-core updated 133 files

0 comments on commit 1b67bca

Please sign in to comment.