diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 22:17:18 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 22:17:18 +0100 |
commit | f071339508af4f233c579224a5e2028f2ba46489 (patch) | |
tree | d26b09642efcc89d7192c6bdbd70d77dcd72f19f /doc | |
parent | 5b4ab9dae8940973ce8b87c8c2a0388b768dac89 (diff) | |
download | lombok-f071339508af4f233c579224a5e2028f2ba46489.tar.gz lombok-f071339508af4f233c579224a5e2028f2ba46489.tar.bz2 lombok-f071339508af4f233c579224a5e2028f2ba46489.zip |
added the lombok.singular.auto config option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
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! |