aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-04 21:22:23 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-04 21:22:23 +0100
commit770975ea6bf382898db03090a8919326506cf76e (patch)
tree2b4526c723f8a431c2a8f78500c07a4a866f46ee /doc
parent89d60fcebbd86c971b9b564c7bd68903978c0649 (diff)
downloadlombok-770975ea6bf382898db03090a8919326506cf76e.tar.gz
lombok-770975ea6bf382898db03090a8919326506cf76e.tar.bz2
lombok-770975ea6bf382898db03090a8919326506cf76e.zip
changelog updated for fixing #75.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index df9f2e53..59b7c8cd 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -11,6 +11,7 @@ Lombok Changelog
* Erroneous use of lombok in Eclipse (adding it to a project as an annotation processor, which is not how lombok is to be used on Eclipse) now generates a useful warning message with helpful information, instead of a confusing error hidden in the logs. [Issue #53](http://code.google.com/p/projectlombok/issues/detail?id=53)
* FIXED: Regression bug where you would occasionally see errors with the gist 'loader constraint violation: when resolving...', such as when opening the help system, starting the diff editor, or, rarely, opening any java source file. [Issue #68](http://code.google.com/p/projectlombok/issues/detail?id=68)
* FIXED: @SneakyThrows without any parameters should default to `Throwable.class` but it didn't do anything in javac. [Issue #73](http://code.google.com/p/projectlombok/issues/detail?id=73)
+* FIXED: Capitalization is now ignored when scanning for existing methods, so if `setURL` already exists, then a `@Data` annotation on a class with a field named `url` will no longer _also_ generate `setUrl`. [Issue #75](http://code.google.com/p/projectlombok/issues/detail?id=75)
### v0.9.1