We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf01796 commit 11d3becCopy full SHA for 11d3bec
CHANGELOG.md
@@ -1,6 +1,18 @@
1
CHANGELOG
2
=========
3
4
+3.1.0
5
+-----
6
+
7
+* Introduce a new `Person` class.
8
+* Constructing a `State` object with an instance of any child class of `Actor`
9
+ other than `Agent` as the second argument is deprecated. Starting with `4.0`,
10
+ only instances of `Agent` will be accepted.
11
+* The `State::getActor()` method is deprecated and will be removed in `4.0`.
12
+ Use `State::getAgent()` instead.
13
+* Added a `StateDocumentsFilter` class that allows to draft filters for
14
+ `StateDocument` objects.
15
16
3.0.0
17
-----
18
0 commit comments