diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-06-28 17:00:57 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-06-28 17:00:57 +0200 |
commit | 3ad9c273d9fcc6e3a5b0019c3e3b01b7e6d47d67 (patch) | |
tree | c79df93d0614de024dc56077790a4d2c31cbe2c8 /doc/changelog.markdown | |
parent | 29e8e2af39a3d6672692eba0e8f9b8966a047f96 (diff) | |
parent | 315671e79d118de718ae53b664878dd168f70ca2 (diff) | |
download | lombok-3ad9c273d9fcc6e3a5b0019c3e3b01b7e6d47d67.tar.gz lombok-3ad9c273d9fcc6e3a5b0019c3e3b01b7e6d47d67.tar.bz2 lombok-3ad9c273d9fcc6e3a5b0019c3e3b01b7e6d47d67.zip |
Merge branch 'master' of github.com:rzwitserloot/lombok
Conflicts:
doc/changelog.markdown
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 6d6d165d..69d7a54a 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,8 @@ 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) |