Browse Source

Polish "What's New" section in reference manual

pull/869/head
Sam Brannen 9 years ago
parent
commit
734aecb15a
  1. 5
      src/asciidoc/whats-new.adoc

5
src/asciidoc/whats-new.adoc

@ -618,6 +618,7 @@ public @interface MyTestConfig { @@ -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.

Loading…
Cancel
Save