Updated Branches: refs/heads/build/wicket-6.1.1 7a8a8e12e -> 91a1689d1
Added 6.1.1 fixes to changelog Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/91a1689d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/91a1689d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/91a1689d Branch: refs/heads/build/wicket-6.1.1 Commit: 91a1689d14a862f69dcf4a30ac36697ba145a994 Parents: 7a8a8e1 Author: Martijn Dashorst <[email protected]> Authored: Fri Oct 5 10:00:54 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri Oct 5 10:00:54 2012 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/91a1689d/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index bc51135..851cfcc 100644 --- a/CHANGELOG-6.x +++ b/CHANGELOG-6.x @@ -2,6 +2,14 @@ This file contains all changes done in releases for Apache Wicket 6.x. ============================================================================= +Release Notes - Wicket - Version 6.1.1 + +** Bug + * [WICKET-4759] - FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered + * [WICKET-4789] - URL rendering regression + +============================================================================= + Release Notes - Wicket - Version 6.1.0 ** Bug
