Skip to content

Commit

Permalink
add versionchanged directive
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed May 8, 2024
1 parent cb37f5c commit bb4cf87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/sdk/flutter/realm-database/react-to-changes.txt
Expand Up @@ -145,6 +145,10 @@ Register Collection Change Listeners
.. versionchanged:: 1.7.0
Added support for ``RealmMap`` change listeners.

.. versionchanged:: 2.0.0
Added ``isCollectionDeleted`` property to collection listeners.
Added ``isCleared`` property to ``RealmMapChanges``.

You can register a notification handler on a collection of any of the
supported data types within another ``RealmObject``.
Realm notifies your handler when any of the items in the collection change.
Expand Down

0 comments on commit bb4cf87

Please sign in to comment.