[SPR-6879] @DirtiesContext is now an @Inherited annotation.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3034 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2010-02-23 17:44:59 +00:00
parent eb32403fcd
commit b47c5af1e8
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Changes in version 3.0.2 (2010-03-11)
* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 * upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
* fixed @RequestParam(required=false) regression for @InitBinder methods * fixed @RequestParam(required=false) regression for @InitBinder methods
* fixed indexed property binding regression in form tag library * fixed indexed property binding regression in form tag library
* @DirtiesContext is now inherited for class-level usage
Changes in version 3.0.1 (2010-02-18) Changes in version 3.0.1 (2010-02-18)