diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 15:01:30 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 15:01:30 +0100 |
commit | 5b4ab9dae8940973ce8b87c8c2a0388b768dac89 (patch) | |
tree | 1c6b9f00f7e1ae5e7e0ec72b2b6e4d823ee911a8 /doc | |
parent | 857da88e3e2af440876bf79bebd6e32e55895cf8 (diff) | |
download | lombok-5b4ab9dae8940973ce8b87c8c2a0388b768dac89.tar.gz lombok-5b4ab9dae8940973ce8b87c8c2a0388b768dac89.tar.bz2 lombok-5b4ab9dae8940973ce8b87c8c2a0388b768dac89.zip |
added the ‘always use guava’ lombok.config option for @Singular @Builder.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
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! |