From 33a3681975751692ef2937f058fb5eed4fb343e3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 18 Jul 2012 13:08:59 -0400 Subject: [PATCH] Fix DeferredResult typo in changelog --- src/dist/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 2b68bf29c4..e8d1a753e4 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -22,7 +22,7 @@ Changes in version 3.2 M2 (2012-08-xx) * add @ExceptionResolver annotation to detect classes with @ExceptionHandler methods * move RSS/Atom message converter registration ahead of jackson/jaxb2 * handle BindException in DefaultHandlerExceptionResolver -* parameterize DefaultResult type +* parameterize DeferredResult type * use reflection to instantiate StandardServletAsyncWebRequest