Skip to content

Commit 4759d2a

Browse files
committed
minor #75 sync the changelog (xabbuh)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- sync the changelog Commits ------- 11d3bec sync the changelog
2 parents bf01796 + 11d3bec commit 4759d2a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
CHANGELOG
22
=========
33

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+
416
3.0.0
517
-----
618

0 commit comments

Comments
 (0)