From 2be999e2777310aeef31e786ae2fd91823a4b112 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 14 May 2014 11:34:09 -0400 Subject: [PATCH] DOC: Update release notes for `all_api_methods` helper. --- docs/release-notes/zipline-0.6.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/zipline-0.6.2.md b/docs/release-notes/zipline-0.6.2.md index bb2dd97d..d09bdd66 100644 --- a/docs/release-notes/zipline-0.6.2.md +++ b/docs/release-notes/zipline-0.6.2.md @@ -82,6 +82,10 @@ # an order that would cause it to hold a short position. set_long_only() +* Adds an `all_api_methods` classmethod on `TradingAlgorithm` that returns a + list of all `TradingAlgorithm` API methods. [PR333](https://github.com/quantopian/zipline/pull/333) + + ## Bug Fixes (BUG) * Fix alignment of trading days and open and closes in trading environment.