Skip to content

Commit 34dfe91

Browse files
committed
update CHANGELOG.md
1 parent cb2b0fc commit 34dfe91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

objectbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## latest
22

33
* Add `Query.findUnique()` to find a single object matching the query.
4+
* Add support for relations when using 3rd-party JSON serialization libraries.
45
* Fix generator when mixing backlinks and "standard" relations in the same entity (generated code had a syntax error).
6+
* Fix `@Backlink()` annotation when specifying a `ToOne` relation by field name.
7+
* Fix `Query.find*()` exception forwarding when a user-provided property converter throws.
8+
* Increase supported `analyzer` dependency version to include v2.x major version.
9+
* Update FlatBuffer dependency to the latest upstream version.
510

611
## 1.1.1 (2021-07-09)
712

0 commit comments

Comments
 (0)