aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-02-15Updated changelog with the recent changes.Reinier Zwitserloot
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-01-24Updated changelogRoel Spilker
2012-01-19prerelease bump to 0.10.8Reinier Zwitserloot
2012-01-19Updated changelog to reflect issue 325 fixes.Reinier Zwitserloot
2012-01-19updated documentation to reflect ability of putting delegate on methods.Reinier Zwitserloot
2012-01-16Updated changelog. REGRESSION now marks actual regressions in this version.Sander Koning
2012-01-09The line about lombok added to the about dialog wasn't working for all ↵Roel Spilker
eclipse releases and ways to boot up eclipse. Now it does. Also added an item for this in the changelog.
2012-01-09Updated changelogRoel Spilker
2012-01-02Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj ↵Reinier Zwitserloot
(ClassNotFoundError).
2011-12-19bumping version number pending official release of 0.10.6Reinier Zwitserloot
2011-12-19Added building lombok-utils to build file.Reinier Zwitserloot
2011-12-19Updated changelogRoel Spilker
2011-12-15Added changelog entry for previous commit (fixing #242 - memory leaks in ↵Reinier Zwitserloot
netbeans)
2011-11-28Added changelog notes for previous fixes, issues 51 and 301)Reinier Zwitserloot
2011-11-21release versioning prep 0.10.4Reinier Zwitserloot
2011-11-20Additional fix for issue 300: Using 'lombok.val' written out in full would ↵Reinier Zwitserloot
cause ArrayIndexOutOfBoundsException: 0 errors to pop up in the editor. Also updated changelog.
2011-11-20Added changelog for previous commit (fixing issue 299)Reinier Zwitserloot
2011-11-15Added fixing of issues 90, 138, 263, 286 to changelog. (all jvanderhel's work)Reinier Zwitserloot
2011-11-09Fixed a broken link in changelog.Reinier Zwitserloot
2011-11-07Fixed issue 295: Using log in static initializersRobbert Jan Grootjans
2011-11-01Added fixing of delombok sourcepath issue to changelog and preparing for ↵Roel Spilker
0.10.2 release.
2011-10-25Fixed issue 289: non-static inner classes whose outer class has generics ↵Reinier Zwitserloot
can't be @EqualsAndHashCode marked.
2011-10-25Updated changelog with fix for 287Reinier Zwitserloot
2011-10-03Preparing for release 0.10.1. Tiny one, but solves enough crucial bugs to ↵Reinier Zwitserloot
warrant a new version.
2011-09-20Fixed issue #269: annotations on enum values weren't being printed by delombok.Reinier Zwitserloot
(Due to yet another bug in javac's pretty printer...)
2011-09-20preparing for an edge release, and updated changelog.Reinier Zwitserloot
2011-08-19Preparing for release of 0.10.0-final; updated version and cleaned up changelog.Reinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type ↵Roel Spilker
incapabilities. Issue #251
2011-08-08changelog update for issue #249Roel Spilker
2011-08-02Updated changelog to reflect fixing 164.Reinier Zwitserloot
2011-07-18UPdated changelog for the equals/hashCode/canEqual fix (issue #240)Roel Spilker
2011-06-21changelog fix number 3 of the day.Reinier Zwitserloot
2011-06-21And another typo in the changelog fixed.Reinier Zwitserloot
2011-06-21Typoed it's. git blame says I did it. I conclude I'm an idiot.Reinier Zwitserloot
2011-06-20forgot a few things in the changelog.Reinier Zwitserloot
2011-06-20Updated changelogReinier Zwitserloot
2011-05-16updated changelog for issue #210grootjans
2011-05-09Added Issue 210 the the changelog.Roel Spilker
2011-03-22jarjar now used to make sure asm is no longer on the bootclasspath when ↵Reinier Zwitserloot
using lombok.
2011-03-16Updated instructions for publishing a new versionReinier Zwitserloot
2011-03-13Updated maven pom and deploy process; now lombok is linked in mavencentral ↵Reinier Zwitserloot
so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out).
2011-03-06Added our issue tracker to our pomReinier Zwitserloot
2011-03-06added developers and contributors to maven pom.Reinier Zwitserloot
2011-02-15Updated changelog to represent fix for issue #177.Roel Spilker
2011-02-07Updated changelog for @Delegate and 'val'grootjans
2011-02-07trivial change: Removed bug 181 from the changelog. It's too trivial to put ↵Reinier Zwitserloot
on there.
2011-02-07Updated changelog to reflect fix of issue #148 (getter/setter with booleans ↵Reinier Zwitserloot
wasn't up to spec)
2011-02-07Removed planned extension 'make @SneakyThrows not runtime dependent on ↵Reinier Zwitserloot
lombok.jar' as we've fixed that by now. Also documented the preferred git workflow for working on lombok.
2011-01-31Calling setCharset with null will use the system default charset (issue 181)Roel Spilker