diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3ebed6c939d..2583852313c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -89,6 +89,13 @@ Remove unneccesary whitespace in the text areas on the testing web UI. Thanks to GitHub user @elnin0815 for the pull request! + + In JAX-RS server it is now possible to change the server exception handler + at runtime without a server restart. + Thanks to Sebastien Riviere for the + pull request! + +