diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml
index 4127c864779..44a1aaf22b9 100644
--- a/spring-framework-reference/src/new-in-3.xml
+++ b/spring-framework-reference/src/new-in-3.xml
@@ -166,77 +166,77 @@
features in more detail in the following sections.
-
- Java 5+ foundation
-
- compatible with J2EE 1.4 and Java EE 5
-
-
Spring Expression Language
-
- Unified EL++
- Container enhancements
-
- Core JavaConfigfeatures added
+ IoC enhancementsComprehensive REST support
+
- and other Spring @MVC additions
+
+ @MVC additionsDeclarative model validation
-
- Hibernate Validator, JSR 303Early support for Java EE 6
-
- JSF 2.0, JPA 2.0, etc
-
- Java 5+ foundation
-
- *** WORK IN PROGRESS ***
-
-
Spring Expression Language
- *** WORK IN PROGRESS ***
+ Spring introduces an expression language which is similar to Unified
+ EL in its syntax but offers significantly more feature. The expression
+ language can be used when defining XML and Annotation based bean
+ definitions and also serves as the foundation for expression language
+ support across the Spring portfolio. Details of this new functionality can
+ be found in the chapter Spring Expression
+ Language (SpEL).
- Container enhancements
+ The Inversion of Control (IoC) container
- *** WORK IN PROGRESS ***
+ Core JavaConfigfeatures added
- Comprehensive REST support
+ The Web Tier
- *** WORK IN PROGRESS ***
+ Work in progress
+
+
+ Comprehensive REST support
+
+ Work in progress
+
+
+
+ @MVC additions
+
+ Work in progress
+ Declarative model validation
- *** WORK IN PROGRESS ***
+ Hibernate Validator, JSR 303Early support for Java EE 6
- *** WORK IN PROGRESS ***
+ JSF 2.0, JPA 2.0, etc
\ No newline at end of file