You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructing a State object with an instance of any child class of Actor
other than Agent as the second argument is deprecated. Starting with 4.0,
only instances of Agent will be accepted.
The State::getActor() method is deprecated and will be removed in 4.0.
Use State::getAgent() instead.
Added a StateDocumentsFilter class that allows to draft filters for StateDocument objects.