Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 21, 2017
1 parent 8ef4b75 commit 7c3ca78
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,13 @@ Added attributes to TradeSummary:
=======

- Changed get_positions to get_position (as method can only close one position)
- _in_context accepts negative units
- _in_context accepts negative units

5.0.0b0
=======

- DateTime's create pandas.Timestamp's
- Model.dict `datetime` is now `datetime_format`. Argument behaviour now
specifies the representation of times. Either `RFC3339` or `UNIX`. Corresponding `json` argument
changes the representation of UNIX times to either a `str` or `numpy.int64`
- *Response* .**json**() accepts datetime_format string

0 comments on commit 7c3ca78

Please sign in to comment.