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 9ffcbd1 commit f165371Copy full SHA for f165371
.gitignore
@@ -84,3 +84,4 @@ events.db
84
*.coverage*
85
env
86
venv
87
+.dir-locals.el
CHANGELOG.rst
@@ -18,6 +18,9 @@ Added
18
- Added documentation for ``AugmentedMemoizationPolicy``
19
- Fall back to ``InMemoryTrackerStore`` in case there is any problem with the current
20
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.
24
25
Changed
26
-------
0 commit comments