aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-06-25 00:11:34 +0200
committerRoel Spilker <r.spilker@gmail.com>2014-06-25 00:11:34 +0200
commit6eb01e4dd67f6870f2430dec6614bebd351a229b (patch)
tree2889fe4aa85325a6cdf1455ad4461958031f37a6 /doc
parent65b735c8599af0cefaa5903d83ab9ab2133f0c92 (diff)
downloadlombok-6eb01e4dd67f6870f2430dec6614bebd351a229b.tar.gz
lombok-6eb01e4dd67f6870f2430dec6614bebd351a229b.tar.bz2
lombok-6eb01e4dd67f6870f2430dec6614bebd351a229b.zip
[issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based issues surrounding path finding.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 477d4b3c..69d7a54a 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,10 @@
Lombok Changelog
----------------
+### v1.14.3 "Edgy Guinea Pig"
+* BUGFIX: GWT produces errors in handlers on line 1 in any source files that use lombok; this has been fixed. [Issue #699](https://code.google.com/p/projectlombok/issues/detail?id=699)
+* BUGFIX-IN-PROGRESS: Many pathfinder issues in eclipse (see the bugfix in progress in v1.14.2) have now been fixed. [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682)
+
### v1.14.2 (June 10th, 2014)
* BUGFIX: syntax highlighting in eclipse will become weird and auto-complete may stop working amongst other eclipse features in v1.14.0 (regression from v1.12.6). [Issue #688](https://code.google.com/p/projectlombok/issues/detail?id=688)
* FEATURE: Added `@Tolerate`; put this annotation on any method or constructor and lombok will skip it when considering whether or not to generate a method or constructor. This is useful if the types of the parameters of your method do not clash with what lombok would generate.