From df5324e2d7f2ce12b691954dd79714ad7496b406 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 15 Feb 2012 04:36:15 +0100 Subject: 'val' is no longer legal in basic for loops now. Fixes issue #346 --- doc/changelog.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index f2c99a59..bf9ccab2 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v0.10.9 (edge) +* ENHANCEMENT: `val` is no longer legal inside basic for loops (the old kind, not the foreach kind). These variables should rarely be final, and in practice it wasn't possible to delombok this code properly. [Issue #346](http://code.google.com/p/projectlombok/issues/detail?id=346) * FEATURE: The combination of `@Delegate` and `@Getter` or `@Data` will now delegate to the result of a generated getter. [Issue #328](http://code.google.com/p/projectlombok/issues/detail?id=328) ### v0.10.8 (January 19th, 2012) -- cgit