From 5b4ab9dae8940973ce8b87c8c2a0388b768dac89 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 20 Jan 2015 15:01:30 +0100 Subject: added the ‘always use guava’ lombok.config option for @Singular @Builder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/changelog.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 7d784ce6..f46d87db 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -7,7 +7,8 @@ Lombok Changelog * Builder __TODO TODO TODO TODO DO NOT SHIP YET__: * features web page - * The 'I use guava' switch in l.config + * Check if the shadowed localvar names are properly typed; if compatible subtypes, we should cast these to avoid accidentally calling an overload. + * Add support for guava sortedset. * Disable auto-singular in l.config * Review if there are nay 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! -- cgit