File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ObjectBox C and C++ API Changelog
22=================================
33
4- 0.17.0 (2022-06-14 )
4+ 0.17.0 (2022-06-15 )
55-------------------
66* Added a "weak store" API providing weak reference for stores (typically used by background threads)
77* Added Store ID API, e.g. getting a store by its ID
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ box.put({.text = "Buy milk"});
1717
1818See [ObjectBox C and C++ docs](https://cpp.objectbox.io/) for API details.
1919
20- **Latest version: 0.17.0** (2022-06-14 ).
20+ **Latest version: 0.17.0** (2022-06-15 ).
2121See [changelog](CHANGELOG.md) for more details.
2222
2323Feature Highlights
Original file line number Diff line number Diff line change 33ObjectBox C and C++ API Changelog
44=================================
55
6- 0.17.0 (2022-06-14 )
6+ 0.17.0 (2022-06-15 )
77-------------------
88* Added a "weak store" API providing weak reference for stores (typically used by background threads)
99* Added Store ID API, e.g. getting a store by its ID
You can’t perform that action at this time.
0 commit comments