Skip to content

Commit b6310db

Browse files
author
llllllllll
committed
DOC: whatsnew entry
1 parent 0cb4c38 commit b6310db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/whatsnew/0.8.4.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ None
1212
Enhancements
1313
~~~~~~~~~~~~
1414

15-
None
15+
* Adds a way for users to specify context manager to use when executing the
16+
scheduled functions (including ``handle_data``). This context manager will be
17+
passed the :class:`~zipline.protocol.BarData` object for the bar and will
18+
be used for the duration of all of the functions scheduled to run. This can be
19+
passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
20+
``create_event_context`` (:issue:`828`).
1621

1722
Experimental Features
1823
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)