Skip to content

Commit f165371

Browse files
committed
Update changelog.
1 parent 9ffcbd1 commit f165371

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ events.db
8484
*.coverage*
8585
env
8686
venv
87+
.dir-locals.el

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Added
1818
- Added documentation for ``AugmentedMemoizationPolicy``
1919
- Fall back to ``InMemoryTrackerStore`` in case there is any problem with the current
2020
tracker store
21+
- Arbitrary metadata can now be attached to any ``Event`` subclass. The data must be
22+
stored under the ``metadata`` key when reading the event from a JSON object or
23+
dictionary.
2124

2225
Changed
2326
-------

0 commit comments

Comments
 (0)