From 30beb498ca46772e60dd321a07e19be1d08d1e9a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 26 Jan 2015 13:52:50 +0100 Subject: optimized the creation for singular lists/collections. --- doc/changelog.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index d50089af..55a75fa0 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -10,9 +10,7 @@ Lombok Changelog * Builder __TODO TODO TODO TODO DO NOT SHIP YET__: - * features web page - * Check if the shadowed localvar names are properly typed; if compatible subtypes, we should cast these to avoid accidentally calling an overload. - * Review if there are nay potentially breaking changes in the pipeline for builder BEFORE moving it out of experimental. + * Review if there are any potentially breaking changes in the pipeline for builder BEFORE moving it out of experimental. * Make sure you cover the fact that builder has moved on from experimental in this issue, and on the features page /doc! * __TODO TODO TODO TODO DO NOT SHIP YET__: At least modify the deprecated warning of the constructorProperties thing that we're gonna kill it soon. -- cgit