diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 7e12f4bb..88615c53 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -2,9 +2,16 @@ SPRING WEB FLOW (SWF) CHANGELOG =============================== http://www.springframework.org/webflow -Changes in version 2.0 M3 (2007) +Changes in version 2.0 M3 (20.12.2007) ------------------------------------- - +Package org.springframework.webflow.faces +* Added built-in Ajax support for rendering partial page views in response to asynchronous Web Flow events. + See the booking-jsf sample for an example. +* Added built-in support for progressive enhancement, including a library of JSF components that degrade nicely if Javascript + is not available on the client. See booking-jsf for an example of two such components: first, the Spring Faces command link which + renders as a standard submit button if Javascript is not available, and second a popup window that displays a partial response if + Javascript is available (otherwise a full page navigation occurs). +* Polished overall JSF integration approach since M2, including refinements to the state saving strategy Changes in version 2.0 M2 (30.10.2007) ------------------------------------- diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 877fb5cc..f4cd63f0 100644 --- a/spring-webflow/docs/reference/src/index.xml +++ b/spring-webflow/docs/reference/src/index.xml @@ -17,7 +17,7 @@