From 059e57644ff7fcb0e8c11457cf458d9e8ad52fe5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 25 Sep 2009 03:00:32 +0000 Subject: [PATCH] SWF-1176 ignore model evaluation errors in view-state handling --- build-spring-webflow/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index f415cd2b..84a480e6 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -1,6 +1,12 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow + +Changes in version 2.0.9 () +------------------------------------- +* ViewState now ignores case where 'model' expression fails to evaluate (SWF-1176) + + Changes in version 2.0.8 (2009.08.06) ------------------------------------- Bug Fixes