You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/06/16 10:35:29 UTC

[5/9] wicket git commit: Added WICKET-5921 to changelog

Added WICKET-5921 to changelog


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1dda7fa7
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1dda7fa7
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1dda7fa7

Branch: refs/heads/build/wicket-6.20.0
Commit: 1dda7fa77a02ddccdc8e2cbb537cc8e6a58c4cc0
Parents: e532397
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Jun 9 17:15:42 2015 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Jun 9 17:15:42 2015 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1dda7fa7/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index dd4447f..98e9232 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -53,6 +53,7 @@ Release Notes - Wicket - Version 6.20.0
     * [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
     * [WICKET-5901] - Leaving veil when ajax processing ends with redirect
     * [WICKET-5905] - allow listening to Ajax calls before scheduling
+    * [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
 
 ** New Feature