aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-06-21 16:08:26 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-06-21 16:08:26 +0200
commit865b7dbc6a8be1c2415d55fa40b30ddc3227d9f5 (patch)
treede89350a6ec68f46fdfb802c1feecbb62a3faf43
parentb427ca92fa48a4ff0f6fb84abb0673d107436858 (diff)
downloadlombok-865b7dbc6a8be1c2415d55fa40b30ddc3227d9f5.tar.gz
lombok-865b7dbc6a8be1c2415d55fa40b30ddc3227d9f5.tar.bz2
lombok-865b7dbc6a8be1c2415d55fa40b30ddc3227d9f5.zip
changelog fix number 3 of the day.
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 9b4a05c7..1a4d43af 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -36,7 +36,7 @@ Lombok Changelog
* BUGFIX: delombok now no longer forgets to remove `import lombok.AccessLevel;`. In netbeans, that import will no longer be flagged erroneously as being unused. [Issue #100](http://code.google.com/p/projectlombok/issues/detail?id=100) and [Issue #103](http://code.google.com/p/projectlombok/issues/detail?id=103)
* BUGFIX: While its discouraged, `import lombok.*;` is supposed to work in the vast majority of cases. In eclipse, however, it didn't. Now it does. [Issue #102](http://code.google.com/p/projectlombok/issues/detail?id=102)
* BUGFIX: When `@Getter` or `@Setter` is applied to a multiple field declaration, such as `@Getter int x, y;`, the annotation now applies to all fields, not just the first. [Issue #54](http://code.google.com/p/projectlombok/issues/detail?id=54)
-* BUGFIX: delombok on most javacs would quit with a NoSuchFieldError if it contains <?> style wildcards anywhere in the source, as well as at least 1 lombok annotation. No longer. [Issue #134](http://code.google.com/p/projectlombok/issues/detail?id=134)
+* BUGFIX: delombok on most javacs would quit with a NoSuchFieldError if it contains `<?>` style wildcards anywhere in the source, as well as at least 1 lombok annotation. No longer. [Issue #134](http://code.google.com/p/projectlombok/issues/detail?id=134)
* BUILD: dependencies are now fetched automatically via ivy, and most dependencies now include sources by default, which is particularly handy for those working on the lombok sources themselves.
### v0.9.2 "Hailbunny" (December 15th, 2009)