diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 94a701e9..d21eb362 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -2,7 +2,7 @@ SPRING WEB FLOW (SWF) CHANGELOG =============================== http://www.springframework.org/webflow -Changes in version 2.0 M1 (16.08.2007) +Changes in version 2.0 M1 (20.08.2007) ------------------------------------- Package org.springframework.binding @@ -82,6 +82,14 @@ Package org.springframework.webflow.test flow definition (SWF-307). * Introduced MockAction for stubbing out action implementations when unit testing flow executions (SWF-317). +Package org.springframework.faces +* Introduced a "Spring Faces" component library, the new home of the Spring Web Flow + Java Server Faces (JSF) integration + and additional JSF-based functionality such as client-side UI input validation components (SWF-388). + +Package org.springframework.webflow.samples +* Added a "booking-jsf" reference application, a hotel booking system built on "Spring Faces" (which ties together JSF + Spring Web Flow + Spring). + Also serves as a Seam comparison sample (SWF-366). + Package reference-manual * Improved readability of reference manual in several sections (SWF-349). * Added documentation on flow execution exception handling options (SWF-357).