Updated Branches: refs/heads/master 22fa6fc45 -> 44783fe1c
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/44783fe1 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/44783fe1 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/44783fe1 Branch: refs/heads/master Commit: 44783fe1c3e074ed927491aa96ed69f7a3663df1 Parents: 22fa6fc Author: Martijn Dashorst <[email protected]> Authored: Fri Oct 5 10:00:54 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri Oct 5 10:01:10 2012 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/44783fe1/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
