From 4d95db71cede74f9d7ae21a843e5c7aaa7d4b9ad Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 8 Apr 2009 18:20:50 +0000 Subject: [PATCH] snapshot info --- build-spring-webflow/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index a6c1a9b9..124d4596 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -18,6 +18,7 @@ Improvements * Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067) * Strengthened contract for response-related methods in ExternalContext. Specifically, calling any of the requestRedirect methods also now completes the response. If you attempt to complete a response more than once against an ExternalContext, an IllegalStateException is thrown. +* Documented how to obtain Web Flow development branch snapshots using Maven, for both Maven Central compatible usage and SpringSource Enterprise Bundle Repository usage. Changes in version 2.0.6 (2009.03.12) -------------------------------------