From 734aecb15a947eb501c50bf4a1fb7e2bb9bd1c72 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 3 Sep 2015 17:30:14 +0200 Subject: [PATCH] Polish "What's New" section in reference manual --- src/asciidoc/whats-new.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 7b3913c5f5..87e899b5b9 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -618,6 +618,7 @@ public @interface MyTestConfig { allowing common test database configuration to be reused in different ++ApplicationContext++s within a test suite. ** See <> 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.