From 8c05a4b376059c58d5e76bc89ea5e28d64c392f4 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 3 Sep 2016 14:23:08 -0400 Subject: [PATCH] Update changelog --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1576112..bc14615 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ===