This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to annotated tag rel/wicket-8.15.0 in repository https://gitbox.apache.org/repos/asf/wicket.git
commit d9b725b4931e1c9ed8a06e9cbb5d9d0c81f1d878 Author: Andrea Del Bene <[email protected]> AuthorDate: Wed Apr 26 21:41:58 2023 +0200 Added CHANGELOG for release 8.15.0 --- CHANGELOG-8.x | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x index 4f04503f26..0dde463091 100644 --- a/CHANGELOG-8.x +++ b/CHANGELOG-8.x @@ -2,6 +2,17 @@ This file contains all changes done in releases for Apache Wicket 8.x. ======================================================================= +Release Notes - Wicket - Version 8.15.0 + +** Improvement + + * [WICKET-7002] - Application metadata access should not require synchronization + * [WICKET-7017] - ListenerRequestHandler should not hide IndexOutOfBoundsException + * [WICKET-7035] - fileCountMax should be added to control the amount of files being uploaded + * [WICKET-7041] - Reduce allocations when rendering component headers + +======================================================================= + Release Notes - Wicket - Version 8.14.0 ** Bug
