Update docs and changelog to reflect the current state.

This commit is contained in:
Jason R. Coombs
2016-09-03 14:30:36 -04:00
parent 6112882d6b
commit 56d015694c
2 changed files with 9 additions and 5 deletions

View File

@@ -9,6 +9,9 @@
as URL parameters.
* ``Result.pods`` now returns an iterator and not
a list.
* ``Pod`` objects are no longer iterable. To access
the subpods of a pod, simply use the ``Pod.subpod``
property.
* ``Result.tree`` and ``Pod.node`` have been removed.
* ``Result`` now additionally presents the new attributes:
- assumptions: An iterable of Assumptions.