From f071339508af4f233c579224a5e2028f2ba46489 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 20 Jan 2015 22:17:18 +0100 Subject: added the lombok.singular.auto config option. --- doc/changelog.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index f46d87db..fbe8e0ad 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -8,8 +8,6 @@ Lombok Changelog * 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. - * 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