Update changelog

This commit is contained in:
Jason R. Coombs 2016-09-03 14:23:08 -04:00
parent 9be618cd8c
commit 8c05a4b376

View File

@ -10,6 +10,11 @@
* ``Result.pods`` now returns an iterator and not
a list.
* ``Result.tree`` and ``Pod.node`` have been removed.
* ``Result`` now additionally presents the new attributes:
- assumptions: An iterable of Assumptions.
- warnings: An iterable of Warnings.
- info: An iterable combining all Pods, Assumptions,
and Warnings.
2.4
===