Polish "What's New" section in reference manual

This commit is contained in:
Sam Brannen 2015-09-03 17:30:14 +02:00
parent d3d81c2864
commit 734aecb15a
1 changed files with 3 additions and 2 deletions

View File

@ -618,6 +618,7 @@ public @interface MyTestConfig {
allowing common test database configuration to be reused in different
++ApplicationContext++s within a test suite.
** See <<jdbc-embedded-database-unique-names>> for details.
* `MockHttpServletRequest` and `MockHttpServletResponse` now better supports
date header formatting `getDateHeader` and `setDateHeader` methods.
* `MockHttpServletRequest` and `MockHttpServletResponse` now provide better
support for date header formatting via the `getDateHeader` and `setDateHeader`
methods.