hi, Emond's change about Wicket.Event.add() is not listed in the new additions.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 29, 2014 at 10:50 AM, <[email protected]> wrote: > Added additional 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/aa23b87e > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/aa23b87e > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/aa23b87e > > Branch: refs/heads/wicket-6.x > Commit: aa23b87ee746755a653055225b2599fcbf626e1c > Parents: 21c0a3d > Author: Martijn Dashorst <[email protected]> > Authored: Fri Aug 29 09:50:03 2014 +0200 > Committer: Martijn Dashorst <[email protected]> > Committed: Fri Aug 29 09:50:03 2014 +0200 > > ---------------------------------------------------------------------- > CHANGELOG-6.x | 6 ++++++ > 1 file changed, 6 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/aa23b87e/CHANGELOG-6.x > ---------------------------------------------------------------------- > diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x > index b7370f9..d5948d9 100644 > --- a/CHANGELOG-6.x > +++ b/CHANGELOG-6.x > @@ -35,6 +35,11 @@ Release Notes - Wicket - Version 6.17.0 > * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey > should be Serializable (IClusterable) > * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test > with BaseWicketTester#startComponentInPage > * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel > following a validation failure > + * [WICKET-5684] - Autocomplete example renders the search term > + * [WICKET-5685] - jquery.wicketatmosphere.js is not packed in > wicket-atmosphere.jar and thus leads to 404 > + * [WICKET-5686] - @Inject should require the bean dependency instead > of setting null > + * [WICKET-5687] - content type in header is being lost when using a > AbstractTransformerBehavior > + * [WICKET-5688] - Restore the functionality an IPageManager to be > able to clean all data/pages for the current session > > ** Improvement > > @@ -66,6 +71,7 @@ Release Notes - Wicket - Version 6.17.0 > * [WICKET-5671] - Rename log4j.properties in the quickstart when > creating a project for WildFly > * [WICKET-5673] - Improve BookmarkableMapper and > BasicResourceReferenceMapper to not match when the last segment is empty > * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar > + * [WICKET-5683] - PreviousButton isEnabled() should bo logical > conjunction of getWizardModel().isPreviousAvailable() and super.isEnabled() > > ** Task > > >
