diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 8e471cb437..2ab9e92ea1 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -501,7 +501,8 @@ public @interface MyTestConfig { === Web Improvements * HTTP Streaming and Server-Sent Events support, see <>. -* Built-in support for CORS including global (MVC Java config) and local (e.g. `@CrossOrigin`) configuration. +* Built-in support for CORS including global (MVC Java config and XML namespace) and + local (e.g. `@CrossOrigin`) configuration. See <> for details. * HTTP caching updates: ** new `CacheControl` builder; plug into `WebContentGenerator`, `ResourceHttpRequestHandler`, `ResponseEntity`. ** improved ETag/Last-Modified support in `WebRequest`.