From f26a5322fd6e42348720b11f54dfabb9ccef0725 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 29 Apr 2008 14:19:04 +0000 Subject: [PATCH] bug fix update --- build-spring-webflow/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 91f7e240..2b579aaf 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,7 +2,7 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow -Changes in version 2.0.0 (28.04.2008) +Changes in version 2.0.0 (29.04.2008) ------------------------------------- New Features * Formally introduced the Spring Javascript (spring-js) public API and quick reference. @@ -101,6 +101,7 @@ Bug Fixes * Fixed a bug preventing non-validating Dojo widgets from working with Spring Javascript (SWF-606). * Fixed a bug preventing proper Locale resolution for flow message bundles (SWF-622). * Fixed a bug preventing HTML button form parsing of eventIds for view-state external redirect postbacks (SWF-632). +* Fixed a possible NPE when rendering a MVC View from a EndState (SWF-656). Changes in version 2.0 RC1 (11.04.2008) -------------------------------------