diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-25 05:53:23 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-25 05:53:23 +0100 |
commit | 7fd947ea40c25dad9ee543ebc4b92de9a2e05efc (patch) | |
tree | 84aecbf0ac3133d1181da4524d7a9ecefd8a28ed /doc | |
parent | d9bc35065286f073c24c6b52b83f573bf9700290 (diff) | |
download | lombok-7fd947ea40c25dad9ee543ebc4b92de9a2e05efc.tar.gz lombok-7fd947ea40c25dad9ee543ebc4b92de9a2e05efc.tar.bz2 lombok-7fd947ea40c25dad9ee543ebc4b92de9a2e05efc.zip |
Updated the changelog with recent changes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index ecd6ed94..062b67b1 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,10 +1,15 @@ Lombok Changelog ---------------- +### v0.9.2 +* The installer command-line mode now supports installing/uninstalling all eclipses that can be found via auto-discovery. Just use 'auto' instead of a path. +* 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) +* Solved a 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) + ### v0.9.1 * The installer now works much better on linux, in that it auto-finds eclipse in most locations linux users tend to put their eclipse installs, and it can now handle apt-get installed eclipses, which previously didn't work well at all. There's also a hidden feature where the installer can work as a command-line only tool (`java -jar lombok.jar install eclipse path/to/eclipse`) which also supports `uninstall` of course. You can now also point at `eclipse.ini` in case you have a really odd eclipse install, which should always work. -* For lombok developers, the eclipse launch target now works out-of-the-box on snow leopard [Issue #66](http://code.google.com/p/projectlombok/issues/detail?id=66) +* For lombok developers, the eclipse launch target now works out-of-the-box on snow leopard. [Issue #66](http://code.google.com/p/projectlombok/issues/detail?id=66) ### v0.9.0 |