Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/ProductNotes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ sidebar_position: 1
---

# Release Notes
**0.6.0**
- Implemented [Collection Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/54) on Android
- Implemented [Query Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/55) on Android
- Fixed data adapter issues and improved testing

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The item 'Fixed data adapter issues and improved testing' is a bit general. While concise, it might leave users wondering about the specifics of these improvements. To enhance clarity, could you consider:

  • Providing a brief, more specific summary of the key data adapter issues that were resolved?
  • Mentioning the main areas or types of testing that were improved (e.g., 'added integration tests for X', 'improved unit test coverage for Y module')?
  • If this line summarizes a significant, consolidated effort (e.g., a large PR or a set of related PRs not otherwise listed), could a link to that be added?

Adding a bit more detail or a relevant link here would make the release notes even more informative for users trying to understand the impact of this version.

- Fixed [issue](https://github.com/Couchbase-Ecosystem/cbl-reactnative/issues/38) related to collection `getDocument` always pulling blob content

**0.5.0**
- Implemented Collection Document Change
- Implemented Query Change Listener (Live Query)
Expand Down