aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-02-07 22:39:19 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-02-07 22:39:19 +0100
commit2741ac3c4b53e29259243b069582ed456e9b6609 (patch)
treed967a2c52d9fd9cd77114d472c419875c7dd414c /doc/changelog.markdown
parent7cf86025a4459a2aaea8e4049f7a62169a18d132 (diff)
downloadlombok-2741ac3c4b53e29259243b069582ed456e9b6609.tar.gz
lombok-2741ac3c4b53e29259243b069582ed456e9b6609.tar.bz2
lombok-2741ac3c4b53e29259243b069582ed456e9b6609.zip
trivial change: Removed bug 181 from the changelog. It's too trivial to put on there.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 4a94ed27..b3a29075 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -11,7 +11,6 @@ Lombok Changelog
* BUGFIX: delombok added type parameters to constructors that mirror the type's own type parameters. This resulted in delombok turning any generated constructor that takes at least 1 parameter of type 'T' into something that didn't compile, and to boot, a confusing error message ('T is not compatible with T'). This is now fixed. [Issue #140](http://code.google.com/p/projectlombok/issues/detail?id=140)
* BUGFIX: Add null check for `@Cleanup` [Issue #154](http://code.google.com/p/projectlombok/issues/detail?id=154)
* BUGFIX: The Eclipse source generator would place the generated code outside the class [Issue #154](http://code.google.com/p/projectlombok/issues/detail?id=155)
-* ENHANCEMENT: Setting the charset for delombok to null will now use the system default charset. [Issue #181](http://code.google.com/p/projectlombok/issues/detail?id=181)
### v0.9.3 "Burrowing Whale" (July 25th, 2010)
* FEATURE: Adding `@Getter` or `@Setter` to a class is now legal and is like adding those annotations to every non-static field in it. [Issue #129](http://code.google.com/p/projectlombok/issues/detail?id=129)