diff options
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 727eaac791..04771be5c7 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -43,6 +43,7 @@ contains a number of significant enhancements.</p> <li>Implemented server-side logging using java.util.logging, allowing you to specify loglevels and get rid of unnecessary messages. See <a href="http://dev.vaadin.com/ticket/5715">#5715</a> for more info. </li> + <li>ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.</li> </ul> <h3>Backward Incompatible API Changes</h3> |